Simulates a left click.
Simulates a double click.
Simulates a middle click.
Simulates a right click.
Moves the real mouse cursor onto a web element.
Focuses onto a web element, clicking first if it's editable.
Simulate a keyboard input event.
Simulate typing text into a page.
Scrolls a specified web element into view.
Scroll an element by a specified offset.
Scroll the page by a specified amount.
Scroll up one page.
Scroll down one page.
Navigate to the bottom of the page.
Navigate to the top of the page.
Scrolls a web element into view and moves the real mouse cursor onto it.
Append text to the current field.
Insert text into the current field.
Overwrite the current field value.
Invoke change event behavior on element.
Track and simulate keyboard modifier key states.
Release keyboard modifier key states.
Hide an element.
Drag the selected element by a given offset.
Left-click a link/element and save the resulting download.
Right-click a link/element and save the resulting download.
Scroll the window horizontally by a pixel amount.
Scroll the window vertically by a pixel amount.
Select an option in a select element.
Set the value of a range (slider) input.
Submit the form containing the matched element.
Copy one element's value into another.