Get Specific Object
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It Instructs the Avo Assure Client to retrieve the specific object, utilize it as the reference element for the custom test steps that follow and save the result in the given output variable.
Input: <Object Type>;<VisibleText(Optional)>;<index>; <abs(optional)>
For above syntax user needs to gives specific Object type, visible text of the object (optional) along with element index of the object and abs.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
A user is testing a web Application where user wants to fetch the Image and use it for further use. For this scenario “Get Specific Object” Action will fetch the element which is Image from the web Application.
img;;1
The “Get Specific Object” Action needs to retrieve the Image in the Output Variable.
The Get Specific Object Action is fetching the image from the web application and saves
it in the {result} output variable, which can be utilized for display or other purposes.