...
ClearAll
SearchAndSelect
ClearEntry
MouseOver
StoreSelectedItems
VerifySelectedItems
VerifyPropertyValue
StorePropertyValue
VerifyExistence
VerifyEnability
VerifyVisibility
StoreExistence
ClearAll
This action clears all the records from the Multilookup.
SearchAndSelect
This action will search and select the provided record from MultiLookup.
ClearEntry
This action clears the already selected entry from multiLookup
MouseOver
This action hovers over the specified object.
...
MouseOver
StoreSelectedItems
This action stores all the selected records from the Multilookup.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter the key name under which the selected record's Boolean value will be stored.
| Yes | String |
VerifySelectedItems
This action verifies all the selected records from the Multilookup.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
recordName | List of recordname with separated delimeter | Yes | String |
VerifyPropertyValue
This action verifies the property of the specified object using property names, such as class, id, name, and role, and parameter value, such as the actual value of the property.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
propertyName | Enter the property or attribute name as specified in the DOM structure. | Yes | String |
value | Enter the property value you want to verify. | Yes | String |
Example:
VerifyPropertyValue "class" "fr small"
...