Load url
Loads a specified url on a given window
Path parameters
sessionId
ID of the session that owns the window.
windowId
Airtop window ID of the browser window.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
url
Url to navigate to
waitUntil
Wait until the specified loading event occurs. Defaults to ‘load’, which waits until the page dom and it’s assets have loaded. ‘domContentLoaded’ will wait until the dom has loaded, ‘complete’ will wait until the page and all it’s iframes have loaded it’s dom and assets. ‘noWait’ will not wait for any loading event and will return immediately.
Allowed values:
waitUntilTimeoutSeconds
Maximum time in seconds to wait for the specified loading event to occur before timing out.
Response
OK
data
meta
errors
warnings