Browserless integration (Developer Tools, Data). Imported from open-connector.
https://production-sfo.browserless.io/content
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The public URL Browserless should navigate to. |
| html | string | optional | The inline HTML Browserless should render instead of navigating to a URL. |
| bestAttempt | boolean | optional | Whether Browserless should continue when asynchronous wait steps fail or time o… |
| gotoOptions | object | optional | Navigation options forwarded to Browserless gotoOptions. |
| waitForEvent | object | optional | A Browserless waitForEvent configuration. |
| waitForTimeout | integer | optional | The fixed time in milliseconds Browserless should wait before returning. |
| waitForSelector | object | optional | A Browserless waitForSelector configuration. |
| rejectResourceTypes | array | optional | The browser resource types Browserless should block during navigation. |
| rejectRequestPattern | array | optional | The request URL patterns Browserless should block during navigation. |
| addScriptTag | array | optional | The scripts Browserless should inject before producing the final output. |
| addStyleTag | array | optional | The stylesheets Browserless should inject before producing the final output. |
/screenshot
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The public URL Browserless should capture. |
| html | string | optional | The inline HTML Browserless should capture instead of navigating to a URL. |
| options | object | optional | The screenshot options forwarded to Browserless. |
| bestAttempt | boolean | optional | Whether Browserless should continue when asynchronous wait steps fail or time o… |
| gotoOptions | object | optional | Navigation options forwarded to Browserless gotoOptions. |
| waitForEvent | object | optional | A Browserless waitForEvent configuration. |
| waitForTimeout | integer | optional | The fixed time in milliseconds Browserless should wait before returning. |
| waitForSelector | object | optional | A Browserless waitForSelector configuration. |
| rejectResourceTypes | array | optional | The browser resource types Browserless should block during navigation. |
| rejectRequestPattern | array | optional | The request URL patterns Browserless should block during navigation. |
| addScriptTag | array | optional | The scripts Browserless should inject before producing the final output. |
| addStyleTag | array | optional | The stylesheets Browserless should inject before producing the final output. |
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The public URL Browserless should render into a PDF. |
| html | string | optional | The inline HTML Browserless should render into a PDF. |
| options | object | optional | The PDF options forwarded to Browserless. |
| bestAttempt | boolean | optional | Whether Browserless should continue when asynchronous wait steps fail or time o… |
| gotoOptions | object | optional | Navigation options forwarded to Browserless gotoOptions. |
| waitForEvent | object | optional | A Browserless waitForEvent configuration. |
| waitForTimeout | integer | optional | The fixed time in milliseconds Browserless should wait before returning. |
| waitForSelector | object | optional | A Browserless waitForSelector configuration. |
| rejectResourceTypes | array | optional | The browser resource types Browserless should block during navigation. |
| rejectRequestPattern | array | optional | The request URL patterns Browserless should block during navigation. |
| addScriptTag | array | optional | The scripts Browserless should inject before producing the final output. |
| addStyleTag | array | optional | The stylesheets Browserless should inject before producing the final output. |