Supported Browsers
The Browsers page in Digital.ai Continuous Testing displays all supported browser types (Chrome, Firefox, Safari, Microsoft Edge), versions and operating systems that can run Selenium Automated and Manual tests.
- Checking Browser Versions
- Fully Supported Browsers
- Additional supported browsers
- Choosing a Client
- Working with Chrome Devtools Protocol (CDP)
Checking Browser Versions
- Click on a browser type to see all available OS for this browser.
- Click an OS to see all the version available for this browser type and OS combination.
For example, for Chrome on Mac OS Big Sur, we have version 97 available for testing.
If a browser name is grayed out, it means that it is not available for testing.
For example, here, Safari browser is not available for testing.
Fully Supported Browsers
These browsers are being tested daily to ensure high quality performance.
Browser | Versions |
---|---|
Chrome | latest 5 versions and beta version. |
Firefox | latest 5 versions and beta version. |
Microsoft Edge | latest 5 versions and beta version. |
Safari | latest 3 versions. |
Additional supported browsers
For the full list of supported browsers for Digital.ai Continuous Testing visit this page.
Choosing a Client
For best behavior we recommend using the latest version of the client for the framework of your choosing:
Client | Releases page |
---|---|
Selenium (java/Ruby/Python) | Selenium releases page |
WebDriverIO | WebDriverIO releases page |
NightWatchJS | NightWatchJS releases page |
We do not recommend using deprecated clients like Selenium 2 and Protractor. These clients are not tested daily and their behavior is unpredictable
Working with Chrome Devtools Protocol (CDP)
To properly work with CDP commands, you have to choose a matching pair of Selenium client version and browser version, check the client version and supported browser versions in this page
We recommend using the latest version of Selenium client to properly work with the latest browsers.
Ask your Cloud Administrator if you need to add more browsers.