Supported browsers and versions
Learn about the capabilities that you can use to run tests on a particular browser / version.
Following are a list of capabilities which can you can use to specify which browser combination you want to run your test on.
Selenium capabilities
Here is a list of capabilities offered by Selenium to specify the browser and OS.
Capability | Description | Expected values |
---|---|---|
browserName |
Browser you want to test | firefox, chrome, MicrosoftEdge, opera Default: chrome |
browserVersion |
Browser version you want to test | Supported versions on a particular grid. You can also use latest , latest - 1 , latest - 2 , etc., to test on the latest n versions of the specified browser as you specify.. Default: Latest stable version supported by Grid for the browser selected. |
Capability rules
The following set of rules are defined to help you overcome the capabilities conflicts while specifing which browser / OS / device combination you want to run your tests on.
- The value
ANY
if given to any capability that supports that value is same as the capability preference not specified. - Default browser is
Chrome
when no browser is passed by the user or the selenium API (implicitly).
Currently supported versions
The following are the browser versions supported for different browsers as part of Alpha release of Automation Grid. Please use the browserVersion capability to run selenium sessions on specific browser version.
Google Chrome
For Chrome, we are supporting following browser versions to run selenium sessions. Set browser
capability to chrome
and browserVersion
capability with one of the below supported values to run a test on particular version of Chrome.
- 116.0
- 115.0
- 114.0
- 113.0
- 112.0
Mozilla Firefox
For Firefox, we are supporting following browser versions to run selenium sessions. Set browser
capability to firefox
and browserVersion
capability with one of the below supported values to run a test on particular version of Firefox.
- 117.0
- 116.0
- 115.0
- 114.0
- 113.0
- 112.0
Microsoft Edge
For Edge, we are supporting following browser versions to run selenium sessions. Set browser
capability to MicrosoftEdge
and browserVersion
capability with one of the below supported values to run a test on particular version of Edge.
- 116.0
- 115.0
- 114.0
- 113.0
- 112.0
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!