Close Browser
/api/v1/Browser/Close
– Close a browser
/api/v1/Browser/Close
– Close a browserDescription: Allows to close a browser remotely without using Puppeteer.
Method: POST
Parameters:
address:
string
– The address of the browser you want to close.
Request Example:
/api/v1/Browser/Get
– Get all active browsers
/api/v1/Browser/Get
– Get all active browsersDescription: Returns a list of all currently open browsers.
Method: GET
Parameters: No parameters required.
Response:
browsers: Array of active browser sessions with the following fields:
startedOn: Date and time when the session was started.
label: Session label.
address: Browser address.
vncpass: Password of the remote desktop associated to the session.
Last updated