refresh
Reload the current browser page. Use a CSS selector to wait for specific content, or enable hard refresh to bypass cache.
Instructions
Refresh the current browser page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hard | No | Bypass browser cache with hard refresh | |
| selector | No | CSS selector to wait for after reload |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title after refresh | |
| url | Yes | Page URL after refresh | |
| innerHeight | Yes | Viewport height in pixels | |
| scrollHeight | Yes | Total scrollable content height in pixels | |
| scrollOffset | Yes | Current scroll offset from the top in pixels | |
| pages | Yes | Number of viewport-sized pages | |
| tabs | Yes | Total tab count | |
| selectorFound | No | Whether the selector was found, when provided |