Magnitude interacts with the browser using Playwright. The agent exposes itsDocumentation Index
Fetch the complete documentation index at: https://docs.magnitude.run/llms.txt
Use this file to discover all available pages before exploring further.
BrowserContext and the Page it’s currently on via agent.context and agent.page.
This can be useful when you need some lower-level browser interactions - for example manipulating cookies, listening to network traffic, or emulating specific keystrokes.
Example
agent.page will always refer to the agent’s active tab.
See Playwright’s docs for Page and BrowserContext for details.