Work with web pages: find information, read content and perform browser actions.
Plugin tools
- Navigate browser
- Opens a URL in the browser and returns a compact page view with interactive elements.
- Browser page snapshot
- Gets a text view of the current page accessibility tree with interactive element identifiers.
- Click in browser
- Clicks a page element by its identifier from the browser snapshot.
- Type in browser
- Clears an input and types text into it by its identifier from the browser snapshot.
- Scroll page
- Scrolls the current page up or down.
- Browser back
- Returns to the previous page in browser history.
- Press browser key
- Presses a keyboard key on the current page.
- Get page images
- Returns images from the current page with URLs, alternative text, and dimensions.
- Browser visual snapshot
- Takes a screenshot of the current page for visual analysis.
- Browser console
- Shows console messages and JavaScript errors from the current page or evaluates an expression.
- Browser dialog
- Responds to a native JavaScript dialog blocking the current page.
- Browser CDP command
- Runs a Chrome DevTools Protocol command for operations not covered by other browser tools.