Navigate
Navigate to a URL within a session.
The active session ID.
The URL to navigate to.
When to consider navigation complete. One of: load, domcontentloaded, networkidle.
Navigation timeout in milliseconds.
Response
{
"url": "https://example.com",
"status": 200,
"title": "Example Domain",
"loadTime": 1234
}