Form Input Commands

CommandsDescriptionsArguments
execute_settextSet the value of an input field, as through you type it inlocator: An element locatortext: An exact string match
execute_selectSelect all options that have a value matching with the “value” argumentlocator: An element locatorvalue: An exact string match
checkCheck a toggle-button (checkbox/radio).locator: An element locator.
uncheckUnheck a toggle-button (checkbox/radio).locator: An element locator.
clear_textClear all text of test objectlocator: An element locator