Other Tips

Pause Recording

  1. This will pause the recording and allow the user to perform few operations that he don't want to get recorded in the script.

  2. Once the user is done with those operations, Go to Project and click on Record to resume recording the further operations.
  3. Also, it will add below line in script.

  4. While executing the script, the script execution will pause at this line and it will post below message in graphic area.

  5. This will allow the user to perform some manual operation, verification, etc.,
  6. Click on OK in message box to resume the execution, after performing those manual operations.
  7. Also, user can remove this line from script, if he doesn't want to pause the script execution.

Cancel Recording

  1. In case of wrong process has been recorded, user can abort the recording by clicking on Project > Cancel.

Save Session Script

  1. 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.
  2. Give file name and select file type either Python or XML, then click Save.