ByLabel Actions
setInputByLabel
Description: This function is used to set the expected text to an input element that is adjacent to the provided label element.
Input Format : @Expected Text
ObjectName | Action | Input | Condition | Reference | |
---|---|---|---|---|---|
APP | setInputByLabel |
@value | Hardcoded Input | ||
APP | setInputByLabel |
Sheet:Column | Input from Datasheet | ||
APP | setInputByLabel |
%dynamicVar% | Input from variable |
TapInputByLabel
Description: This function will tap on an element whose label is provided in the element.
ObjectName | Action | Input | Condition | Reference |
---|---|---|---|---|
APP | TapInputByLabel |
TapInputByText
Description: This function will tap on the element whose label is provided in the input.
Input Format : @Expected Text
ObjectName | Action | Input | Condition | Reference | |
---|---|---|---|---|---|
APP | TapInputByText |
@value | Hardcoded Input | ||
APP | TapInputByText |
Sheet:Column | Input from Datasheet | ||
APP | TapInputByText |
%dynamicVar% | Input from variable |
submitInputByLabel
Description: This function is used to submit the input element adjacent to the provided label element.
ObjectName | Action | Input | Condition | Reference |
---|---|---|---|---|
APP | submitInputByLabel |
assertElementTextByLabel
Description: This function is used to assert if the element text adjacent to provided label element equals the expected data.
Input Format : @Expected Text
ObjectName | Action | Input | Condition | Reference | |
---|---|---|---|---|---|
APP | assertElementTextByLabel |
@value | Hardcoded Input | ||
APP | assertElementTextByLabel |
Sheet:Column | Input from Datasheet | ||
APP | assertElementTextByLabel |
%dynamicVar% | Input from variable |
assertElementTextContainsByLabel
Description: This function is used to assert if the element text adjacent to provided label element contains the expected data.
Input Format : @Expected Text
ObjectName | Action | Input | Condition | Reference | |
---|---|---|---|---|---|
APP | assertElementTextContainsByLabel |
@value | Hardcoded Input | ||
APP | assertElementTextContainsByLabel |
Sheet:Column | Input from Datasheet | ||
APP | assertElementTextContainsByLabel |
%dynamicVar% | Input from variable |