Skip to main content
Pass an instructions array to automate browser actions before the page is returned. Instructions run in order and each one occupies the thread until it completes or times out.
The total timeout across all instructions cannot exceed 50 seconds.

Available actions

Clicks an element using JavaScript. Use this for most buttons and links.
You must provide either selector or xpath, not both.

Full example

Login flow using multiple instructions: