Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2- A box will appear where you will need to enter a hint/label for the object. Once the hint/label is entered in “Target Label” field, you can click Confirm to record your step. If you would like to skip this click interaction, you can click Skip button in the middle. You can also move this box using the button on the left side that allows to drag and drop it.

...

2- Afterwards, click elsewhere or use Tab on your keyboard. The next form will appear. Enter a label for the element and click Confirm

...

3- A step with Clear command will be automatically added to the platform:

...

2- Enter a label that closely matches the element and click Confirm

...

3- Your step will be added using Check command. The status of “Check” will be determined based on the status of the checkbox on the test automation browser page. If it was unchecked and you checked it, “Check” will be enabled on the step. If it was checked and you unchecked it, “Check” will be not be enabled on the step.

...

2- When you are finished recording all actions on the new page, simply close it and the title will be collected automatically by the recorder and added to the Value field. This value will be used to distinguish which page to close during the next execution of the test case.

...

You can pick an alternative option if you wish to do so (Handler index, Last popup or Close all except main)

...

XPath Templates

XPath Templates are used to store XPaths by the user which can be used in the Recorder in Silent Mode. By default, silent mode uses absolute XPaths to traverse to elements, but by using XPath Templates, you can add relative XPaths which will by dynamically used by the algorithm to generate relative XPaths for you. Here’s how it works:

...