AI
Use AI to plan automated actions. Currently, it supports the following:- Click
- Type
- Keyboard press
- Scroll
AI Extract
Leverage the power of AI to extract information from the page (screenshot/elements).Go to URL
Navigate to the URL specified by theurl
.
Click
Also known astap
. Basically, it clicks on the element specified by the selector
you provided.
Type
Type the text into the input field specified by theselector
.
If you want to type special keys, use (Enter, Shift, Control, Alt, Meta, ShiftLeft, ControlOrMeta, ControlOrMeta) to represent the key.
Scroll
Scroll the page to the element specified by theselector
or the position
.
Wait for URL
Wait for the page to navigate to the URL specified by theurl
.