Execute browser-control code
Runs the current Playwright-backed browser-control API against a ready managed browser. Use this when deterministic browser control is the right tool.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Top-level async Playwright code body. page, context, browser, files, and artifacts are in scope. Maximum 262144 UTF-8 bytes.
Optional canonical page id such as page_tab-1.
Execution timeout in milliseconds.
1 <= x <= 120000Set false to disable all automatic post-step capture, or pass an object to customize screenshot, status, observation, and activity capture.
false Bounded string variables made available to Playwright code through the variables global. Runtime validation enforces the UTF-8 byte limit.
Bounded variable scope metadata for provided or policy-only variables.
Response
Browser-control execution completed.