Features
< Back to Blog Overview

Selenium 2.16

2012-01-06
Selenium 2.16.1, ChromeDriver 18.0.995.0 and C# with NUnit
  • Share on Facebook
  • Share on Twitter
  • Share on LinkedIn
  • Share on HackerNews

We are pleased to announce that we have updated our Selenium grid to the latest Selenium version, 2.16.1 Changes include improved stability and bugfixes. You can read the detailed changelog on the official website of the Selenium project.


This update also includes the latest ChromeDriver 18.0.995.0. You can see its changelog here.


Together with these updates we've also added C# support. If you're looking to run Selenium tests with .NET framework 4 or .NET framework 3 and C# then you can use NUnit and our Selenium grid. We've added examples over at the C# example page.


Expect a detailed post with a tutorial and examples for C# in the coming days.

TestingBot Logo

Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

Other Articles

blank

Today we've added SSL support to our Selenium grid, you can now test HTTPs pages without problems. Self-signed and regular SSL certificates should ...

Read more
blank

In this blogpost we'll talk about creating your first Selenium test, running the test on your own computer and then later run it on several browser...

Read more
blank

Today we've added support for NodeJS Selenium testing on our Selenium grid. Installation of our plugin is easy by using NPM (Node Package Manager)....

Read more
blank

As mentioned before on this blog, we use a homemade utility to take screenshots of browser windows. Our tool, built in C#, will take a screenshot o...

Read more
blank

TestingBot updates

2011-12-23

It's been a busy week on TestingBot, here's what we did this week: Updated our grid from Selenium 2.15 to 2.16, the changelog reads:

Read more
blank

Today we're examining the captureNetworkTraffic selenium command, a little known gem in Selenium's command list. Selenium offers a feature, captu...

Read more