Normal block
Normal block
Last updated
Was this helpful?
Normal block
This is the most basic block to contain actions. You just put the actions in here, and the system will automatically run them sequentially from top to bottom, completing this task before moving on to the next one.
Purpose: Used to group actions with the same purpose together for tidiness, making the script look clearer and easier to manage.
💡 Tip: When the script is too long, you should break it down into separate blocks (for example: Login block, Interaction block, Change password block...) so that later, if you need to fix errors or make adjustments to each part, it will be very quick and not confusing.
Last updated
Was this helpful?
Was this helpful?