Python SDK
Constructor and Session Lifecycle
Reference for initializing the Simplex client and creating a session.
Constructor
API key for authentication.
Session Creation
Creates the remote browser session on the Simplex client.
Whether to print the livestream URL to the console.
Whether to use proxies to create the session. By default, proxies are used to help with session stability. If you’re having trouble connecting to a website, you can try setting this to False
.
A livestream URL of the current session. The livestream URL can be used for debugging and monitoring the session.
Session Closing
Closes the remote browser session on the Simplex client. We call this automatically when the program exits.