Features
< Back to Blog Overview

IE10 and Selenium

2012-11-16
Selenium testing with Internet Explorer 10 (IE10)
  • Share on Facebook
  • Share on Twitter
  • Share on LinkedIn
  • Share on HackerNews
IE10 testing

Today we have added IE10 to our Selenium grid. You can now run WebDriver and Selenium RC tests against Microsoft's latest Internet Explorer browser: IE10.


Give it a try with your WebDriver test:

DesiredCapabilities caps = DesiredCapabilities.internetExplorer();
caps.setCapability("platform", "Windows");
caps.setCapability("version", "10");

You can see a list of all browsers (+1500 combinations!) we support at our browser page.

TestingBot Logo

Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

Other Articles

OS X Testing with Selenium WebDriver

Currently we are the only company providing OS X support to our customers. When you run a test on one of our Mac nodes, we reserve a dedicated VM...

Read more
Selenium Mobile Testing with Android: HTC, Nexus and Galaxy Tab

We have been offering Mobile Selenium Testing through our Selenium grid for a couple of months now. This weekend we optimized the Android emulator...

Read more
TestLab: run your tests and suites in our online CI

Lately we have been making some improvements to our TestLab. Our TestLab is a feature on our website which allows you to upload your Selenium IDE...

Read more
TestingBot and BrowserMob Proxy

Today we have added support for using a BrowserMob proxy together with our Selenium grid.

Read more
blank

Today we have added full support for Webdriver-backed Selenium, which allows you to use the two API's together in a single test. By using this f...

Read more
Test TV - Live video stream of your tests running in the Cloud

Today we released a new feature in our TestingBot member area called Test TV.

Read more