Common_Desktop
Last updated
Last updated
Note: Common keywords for all objects like button, textbox, radio button, checkbox, dropdown, list, tab, table, tree, etc.
Description: This keyword or action instructs Avo Assure Client to hover the mouse on the specified object/element.
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will place the mouse pointer on the object, and the execution status “True”/ “False” will be stored in variable {MouseHover}.
Description: This keyword or action instructs Avo Assure Client to set the focus on the specified element/object
Find the snippet of the keyword below:
In the above example, after the test case debug, the provided object will be focused, and the execution status “True”/ “False” will be stored in variable {SetFocus}.
Description: This keyword or action instructs Avo Assure Client to verify whether the specified object is enabled on the AUT Desktop page.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the object is enabled, and the execution status “True”/ “False” will be stored in variable {VerifyEnabled}.
Description: This keyword or action instructs Avo Assure Client to verify whether the specified object is disabled.
Find the snippet of the keyword below:
In the above example, after the test case debugs, it verifies if the element is disabled, and the execution status “True”/ “False” will be stored in variable {VerifyDisabled}.
Description: This keyword or action instructs Avo Assure Client to verify if the object is read-only.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the element is ReadOnly, and the execution status “True”/ “False” will be stored in variable {VerifyReadOnly}.
Description: This keyword or action instructs Avo Assure Client to verify if the object is visible.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the object is visible, and the execution status “True”/ “False” will be stored in variable {VerifyVisible}.
Description: This keyword or action instructs Avo Assure Client to verify if the object is hidden.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the object is hidden on the web page of AUT, and the execution status “True”/ “False” will be stored in variable {VerifyHidden}.
Description: This keyword or action instructs Avo Assure Client to verify the object's existence.
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies if the object exists, and the execution status “True”/ “False” will be stored in variable {verifyExists}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetFocus
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyEnabled
NA
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyDisabled
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyReadOnly
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyVisible
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyHidden
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyExists
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
MouseHover
NA
(Optional)
NA