v1

latestOpenAPI 3.0.32026-07-17407.0 KB
browser

Add a new browser instance

Creates a new browser instance for load testing with the provided user credentials

post/browsers

Request body

userstring required

User ID or email address of the user to create a browser session for

passwordstring required

Password of the user

Response

Default Response

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Browser instance created for user bilalcall"
}