Skip to main content

SeeTestAutomation- Session 4 - Using The InCommands

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Each of the four 'In' commands covered in this session performs the designated operation on a certain element positioned in the specified location:

  1. SeeTestAutomation - GetTextIn: returns the graphical element or text located in the area of the application screen specified by the following parameters: element/text, direction, and its dimensions (width and height).

  2. VerifyIn: Searches for a designated element in the application's UI in order to verify that the element in fact exists:

  3. If the element is found, the execution of the test will continue.

  4. If the element is not found, an exception will be thrown in and the execution of the test will be terminated.

  5. IsFoundIn: Searches for a designated element and determines whether an element corresponding to the one sought for exists:

  6. If the element is found, the value True is returned.

  7. If the element is not found, the value False is returned.

  8. ClickIn: Searches for a designated element and clicks another element located near it.