Focuses the element, and then sends keyboard events for each character in the text
target.type
target.select
Sets value on select element
target.select
target.focus
Focuses the element
target.focus
target.click
Emulates mouse click on the element
target.click
target.reset
Resets the input or form element
target.reset
target.upload
Sets the value of a file input. Note that the target element must be INPUT of FILE type. It is also recommended to emulate click on the target (or clickable element calling the file browser) before going with this command
target.upload
Since ver. 3.2.6 file path supports template expressions. So you can use e.g. environment variables to build the path.
Alternatively you can specify with in advanced options file size and name and it will be generated and attached to the file input element.
target.upload advanced options
target.tap
Taps the element
target.tap
target.scroll
Sets the number of pixels that an element's content is scrolled horizontally/vertically.
target.scroll
target.scrollIntoView
Scrolls element into view.
target.scrollIntoView
​
target.hover
Scrolls element into view if needed, and then hovers over the center of the element
target.hover
target.checkBox
Toggles checkbox/radio state
target.checkBox
target.toggleClass
Toggles the specified class value (adds or removes)