Product Updates
Stay up-to-date with TestingBot's latest product updates.

iOS 16 testing is now available on both iOS simulators and physical device.
iOS 16 introduces some exciting new features and enhancements.
Make sure your mobile app works and looks ok on Apple's latest iOS version and test your website on MobileSafari's latest version.
We have added the latest versions of Google Chrome, Microsoft Edge and Mozilla Firefox to the TestingBot grid. Happy Testing!
Changelog
TestingBot now supports running automated mobile application tests on physical Android devices with Android Espresso.
If you are looking to run Espresso tests on a grid of different Android devices, please give our Android Espresso testing feature a try. Instantly run tests on a wide variety of high-end and low-end devices.
More documentation is available in the Android Espresso Documentation.
Firefox 102 is now available on TestingBot for automated, manual and visual testing.
Find out what's new in Firefox 102.
Selenium 4.2.0 was recently released and is now available for automated testing on TestingBot.
You can use selenium-version to indicate which Selenium version to use:
MutableCapabilities tbOpts = new MutableCapabilities();
tbOpts.setCapability("selenium-version", "3.11.0");
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("browserName", "chrome");
caps.setCapability("browserVersion", "latest-1");
caps.setCapability("platformName", "WIN10");
caps.setCapability("tb:options", tbOpts);

Cypress 10.0.0 is now available in the TestingBot Desktop Grid.
Run your Cypress tests with Cypress' newest version, 10.0.0 on remote browsers in the TestingBot cloud. More information available in our Cypress documentation.
Chrome's latest version, version 102 is now available for automated, manual and visual testing on TestingBot's desktop grid. See the list of Chrome changes to find out what changed.
Additionally, we have added Opera's latest version, 87, to the grid. Enjoy!