Python SDK
Using Playwright
Playwright is available as a fallback method.
Simplex exposes a playwright instance that you can use to take deterministic actions on the web if you’ve installed simplex[playwright]
package.
Getting the playwright browser instance
You can use the Simplex playwright instance in the same way you would use the playwright browser instance in a normal playwright script.
Sample Usage
Was this page helpful?