Getting Started
Sessions
Sessions are remote browser instances that allow you to connect to the web.
You can create a session with the create_session
method in the SDK:
create-session.py
Once you run create-session.py
, you’ll get a livestream URL that you can use to view the session.
Executing create-session.py.
Sessions close automatically on program exit when using the SDK.
You can now interact with the session using Simplex’s Actions and Extractors.
Was this page helpful?