Other Tips
Pause Recording
- This will pause the recording and allow the user to perform few operations that he
don't want to get recorded in the script.
- Once the user is done with those operations, Go to Project and click on Record to resume recording the further operations.
- Also, it will add below line in script.
- While executing the script, the script execution will pause at this line and it will
post below message in graphic area.
- This will allow the user to perform some manual operation, verification, etc.,
- Click on OK in message box to resume the execution, after performing those manual operations.
- Also, user can remove this line from script, if he doesn't want to pause the script execution.
Cancel Recording
- In case of wrong process has been recorded, user can abort the recording by clicking
on Project > Cancel.
Save Session Script
- If user has performed all his process and realized that he forgot to click record at the beginning. In that case, user can save all his performed operations as a Python or XML script through Save Session Script.
- Give file name and select file type either Python or XML, then click Save.