Skip to main content

Web Element Interaction

Click, type, select, submit, scroll, and interact with HTML elements

ActivityWhat it does
Attach FileSelects a file from the user's local machine to be attached to an HTML form for submission.
ClickClicks on an HTML element.
Double ClickDouble clicks on an HTML element.
FocusFocuses an HTML element.
HoverHovers an HTML element using a mouse over event.
Key DownSends a key down action to an HTML element, simulating the key being pressed without being released.
Key Down UpSimulates a keypress, including both the key-down and key-up events, for a specified key or a combination of keys on an
Key UpSends a key up action to an HTML element, simulating the key being released.
Lose FocusSends a blur event to an HTML element.
Mouse DownSends a mouse down event to an HTML element.
Mouse UpSends a mouse up event to an HTML element.
Scroll Into ViewScrolls an HTML element into view.
Scroll PageScrolls the page horizontally to the specified x-coordinate and vertically to the specified y-coordinate, where the uppe
Select Dropdown OptionSelects a value from an HTML dropdown element using either the value or the text of the dropdown item.
Select TextSelects the text from an HTML input or textarea.
Submit FormSubmits the form that contains the specified HTML element.
Text InputSimulates typing text into an input or textarea field. Supports sequential keypress simulations with optional delays.
Wait for ElementPauses execution until the given element is in the chosen state