Skip to main content

Navigation Options

You can use the goto mutation to modify the default navigation behavior for the requested URL.

mutation Screenshot {
goto(url: "https://browserless.io/" waitUntil: networkIdle) {
status
}

screenshot(type: webp) {
base64
}
}
BQL Schemas

For more details on BQL mutations, refer to the BrowserQL Schema reference pages.

Rest API

Taking Screenshots can also be done with Browserless Rest API. For endpoint details, parameters, and code samples, see the Browserless REST API.