Commands | Descriptions | Arguments |
execute_settext | Set the value of an input field, as through you type it in | locator: An element locatortext: An exact string match |
execute_select | Select all options that have a value matching with the “value” argument | locator: An element locatorvalue: An exact string match |
check | Check a toggle-button (checkbox/radio). | locator: An element locator. |
uncheck | Unheck a toggle-button (checkbox/radio). | locator: An element locator. |
clear_text | Clear all text of test object | locator: An element locator |