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
.
Credentials data for the session created using the simplex login CLI method.
The session id of the current session and 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.
Sample Usage
Was this page helpful?