navigate_session
Navigate browser history: go back, forward, or reload a session. Returns the new URL, title, and screenshot for testing SPA history and caching.
Instructions
Browser history/reload on a session: back, forward, or reload. Returns the new URL/title and a screenshot. Reload tests state persistence and caching; back/forward exercise SPA history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | History action to perform | |
| observe | No | What to return about the resulting page. 'screenshot' (default): full-page image. 'none': structured result only, no image — cheapest, use through setup steps of a flow. 'map': semantic page map (get_page_map — token-light, best for 'what can I do next?'). 'checks': run_checks_on_session output (a11y/seo/perf/etc.). | screenshot |
| session_id | Yes | Session ID |