Execute Playwright/TypeScript code against the browser
Execute arbitrary Playwright code in a fresh execution context against the browser running on localhost:9222. The code has access to 'page', 'context', and 'browser' variables. The result of the code execution is returned in the response.
post/playwright/execute
Request body
Response
Code executed successfully