scraping_browser_links
Extract all hyperlinks, text content, and CSS selectors from a webpage to validate click targets and gather navigation data for web scraping and browser automation.
Instructions
Get all links on the current page, text and selectors It's strongly recommended that you call the links tool to check that your click target is valid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}