wait_for_page
Wait for the page body to load before interacting with elements. Use after navigation to ensure the DOM is ready.
Instructions
Wait until the page body element is present in the DOM.
Purpose
Call after open_url or any navigation to give the page time
to load before attempting interactions.
Parameters
session_id : str Active browser session identifier. timeout : int Maximum seconds to wait (default: 10).
Returns
dict { "session_id": str, "timeout_set": timeout that was passed as a parameter, "status": str, "message": str }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| session_id | Yes |