getLinks
Extract all links from a webpage to streamline web scraping or data collection tasks using Playwright-based browser automation.
Instructions
Get all links from the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}