Custom
Custom Object can be used in the following scenarios:
Objects that are dynamic in the AUT (either position/visible text changes during execution).
If object-specific keywords are not supported for the operations.
The Custom object does not require scraping. These keywords can be used for all valid HTML tags (Textbox, Button, Link, Image, Div, Span..). User should provide the appropriate tag name in the input: "Object Type_Input".
The "verifyExists" step is required before using @custom functionality. (This indicates the starting point for execution of custom keywords until it encounters the next verifyExists keyword).
Input Syntax:
<Object Type_Input>; <Visible Text>; <index>
Note:
If visible text is unique, then the index should be 0 (default index). (For example: link;Click Next;0) This performs an action on the link with the unique visible text "Click Next".
In AUT, if multiple matches are present for the visible text or the visible text is not given in the input, then the user should appropriately provide index numbers.
Last updated