For the complete documentation index, see llms.txt. This page is also available as Markdown.

Normal block

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?