Browser Sessions
Update Browser Session
Update an existing browser session. Currently supports updating the session note.
PATCH
Update Browser Session
Authorizations
Your Driver API key. Get one at https://app.driver.dev
Query Parameters
The ID of the browser session to update.
Example:
"example-session-id"
Body
application/json
A note to attach to the session. Maximum 256 characters.
Maximum string length:
256Example:
"Scraping product pages for client X"
Response
Successfully updated browser session.
Indicates whether the session was successfully updated.
Update Browser Session