Browsers

List supported browsers

Returns every browser environment available on the TestingBot grid: name, version, platform, and the browser_id used when attaching browsers to Codeless tests. No authentication required.

get/v1/browsers

Query parameters

type'webdriver' | 'rc'

Filter by automation protocol: "webdriver" (default) or "rc" (legacy Selenium RC).

Response

List supported browsers

selenium_namestring required

Capability value to send as browserName in WebDriver.

namestring required

Human-readable browser identifier (e.g. "firefox", "iexplore").

versionstring required

Version as a string, not a number: it may carry minor/patch components (e.g. "11.4"). Omitted, along with long_version, when the environment has no version set.

long_versionstring required

Full version string (e.g. "121.0.6167.184"). Omitted when the environment has no version set.

platformstring required

Operating system (e.g. "WINDOWS", "MAC", "LINUX").

browser_idinteger required

Unique TestingBot browser ID used to attach browsers to Codeless tests.

Changes