browser_title
Retrieve the current page title from a web browser session to verify page content or confirm navigation success during automated web interactions.
Instructions
Get the current page title
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"
}