reload
Reload a renderer page in an Electron app, with optional cache bypass.
Instructions
Reload a renderer page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page id from list_pages. | |
| sessionId | Yes | Session id returned by launch_app. | |
| ignoreCache | No | Bypass the browser cache. |