Commands
Commands supported in ScraperSensei
Our goal is support limited but useful commands. The following commands are supported:
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 the url
.
Click
Also known as tap
. Basically, it clicks on the element specified by the selector
you provided.
Type
Type the text into the input field specified by the selector
.
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 the selector
or the position
.
Wait for URL
Wait for the page to navigate to the URL specified by the url
.
Wait for Navigation
Wait for the navigation to complete.