Browser Automation

Left Click

Simulates a left click.

Left Double Click

Simulates a double click.

Middle Click

Simulates a middle click.

Right Click

Simulates a right click.

Hover

Moves the real mouse cursor onto a web element.

Focus

Focuses onto a web element, clicking first if it's editable.

Send Key

Simulate a keyboard input event.

Send String

Simulate typing text into a page.

Scroll Into View

Scrolls a specified web element into view.

Scroll Element

Scroll an element by a specified offset.

Scroll Window

Scroll the page by a specified amount.

Page Up

Scroll up one page.

Page Down

Scroll down one page.

Page End

Navigate to the bottom of the page.

Page Top

Navigate to the top of the page.

Move To

Scrolls a web element into view and moves the real mouse cursor onto it.

Fill In Append

Append text to the current field.

Fill In Insert

Insert text into the current field.

Fill In Overwrite

Overwrite the current field value.

Fire Change Event

Invoke change event behavior on element.

Press Modifier Key

Track and simulate keyboard modifier key states.

Release Modifier Key

Release keyboard modifier key states.

Hide Element

Hide an element.

Drag And Drop

Drag the selected element by a given offset.

Left Click And Download

Left-click a link/element and save the resulting download.

Right Click And Download

Right-click a link/element and save the resulting download.

Scroll Window By Horizontal

Scroll the window horizontally by a pixel amount.

Scroll Window By Vertical

Scroll the window vertically by a pixel amount.

Select Click

Select an option in a select element.

Set Range

Set the value of a range (slider) input.

Submit Form

Submit the form containing the matched element.

Set Value From Element

Copy one element's value into another.

💬 Ask GPAL