assert_page_load_time
Ensure a page loads within an acceptable time limit, failing if loadEventEnd exceeds the threshold.
Instructions
Assert that the page load time (navigation timing loadEventEnd) is within a threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Maximum acceptable load time in ms | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |