Skip to main content

Module cloud_browser

Module cloud_browser 

Source
Expand description

Cloud Browser API — port of sdk/go/cloud_browser.go.

Structs§

BrowserConfig
Configuration for a Cloud Browser WebSocket session (passed to [cloud_browser_url]).
UnblockConfig
Unblock request body.
UnblockResult
Response from POST /unblock.

Functions§

project_salt
Return the deterministic project salt for an api key (sha256(api_key)[:8]). Matches the X-Browser-Project-Salt response header returned on a successful Cloud Browser WebSocket upgrade.