Reload the active tab, optionally bypassing the HTTP cache.
/browser/sessions/{id}/reload endpoint reloads the currently active tab. By default the reload reuses the HTTP cache; pass ignoreCache: true to force a full re-fetch of all resources.
The call blocks until the configured wait condition is met or the timeout elapses.
POST /browser/sessions.true, bypasses the HTTP cache (equivalent to Ctrl+Shift+R). Re-fetches all resources from origin.load, domcontentloaded, networkidle.0–120000.| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |
408 | Reload did not complete before timeout elapsed. |
503 | The browser session is temporarily unreachable. |
ignoreCache: true is equivalent to Ctrl+Shift+R — re-fetches all resources bypassing the HTTP cache.