midscene_get_tabs
Retrieve a list of all open browser tabs with their ID, title, and URL for automated testing workflows using Playwright and AI-powered web interactions.
Instructions
Retrieves a list of all open browser tabs, including their ID, title, and URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}