File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/browser-rendering/quick-actions-rest-api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
8080 - ` height ` _ (number)_ - Viewport height in pixels.
8181- ` gotoOptions ` _ (object)_ - Configures how and when the page is considered fully loaded.
8282 - ` waitUntil ` _ (string)_ - Defines when the browser considers navigation complete (` networkidle0 ` , ` domcontentloaded ` ).
83- - ` networkidle0 ` - Waits until there are no more than 0 network connections for at least 500ms before taking a screenshot.
83+ - ` networkidle0 ` - Waits until there are no more than 0 network connections for at least 500 ms before taking a screenshot.
8484 - ` timeout ` _ (number)_ - Maximum wait time (in milliseconds) before navigation times out.
8585- ` addScriptTag ` _ (array of objects)_ - Injects JavaScript code before taking a screenshot.
8686 - ` url ` _ (string)_ - Loads an external script file before rendering.
You can’t perform that action at this time.
0 commit comments