Properties Library
QATTS is all about configuring the right thing in right place. Here is the process
In the UI elements, We have the section called PROPERTIES. any actionable configuration will be configured here. Refer the below screenshots to understand.
Property Name | Property Value | When to use | How it works |
---|---|---|---|
jsClick | TRUE/FALSE |
| Performs the click operation with java script |
focusAndSend | TRUE/FALSE |
| It hovers the mouse on to the element and then performs the click operation |
contextClick | TRUE/FALSE |
| It just performs the right click to select the sub option. Helpful to automate the native applications mostly |
returnKey | TRUE/FALSE |
| It just clicks on the ENTER button |
clickAndHold | TRUE/FALSE |
| It clicks the web element and holds for 2 seconds then release the click operation on the element |
Last updated