Simulate returning-user traffic Drives a single browser context across N page views (cookies and localStorage persist), navigating between pages and reporting which PostHog events fired. This matches the behavior of a single visitor browsing multiple pages on the same site. When to use - Confirm that PostHog reuses the same across page views in a session (no fresh anonymous IDs per page). - Confirm fires on every page view, not just the first. - Reproduce "session not stitching" or "events split across multiple users" reports. How to invoke Call the MCP tool with: - (required) — the page to v…