SeeTestAutomation- Session 4 - Using The InCommands
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:
-
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).
-
VerifyIn: Searches for a designated element in the application's UI in order to verify that the element in fact exists:
-
If the element is found, the execution of the test will continue.
-
If the element is not found, an exception will be thrown in and the execution of the test will be terminated.
-
IsFoundIn: Searches for a designated element and determines whether an element corresponding to the one sought for exists:
-
If the element is found, the value True is returned.
-
If the element is not found, the value False is returned.
-
ClickIn: Searches for a designated element and clicks another element located near it.