Load url

Loads a specified url on a given window

Path parameters

sessionIdstringRequired

ID of the session that owns the window.

windowIdstringRequired

Airtop window ID of the browser window.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
urlstringRequired

Url to navigate to

waitUntilenumOptionalDefaults to load

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:
waitUntilTimeoutSecondslongOptional

Maximum time in seconds to wait for the specified loading event to occur before timing out.

Response

OK

dataobject
metaobject
errorslist of objectsOptional
warningslist of objectsOptional