Summary

We saw that we can easily move from tests that we created in the past using the Selenium Remote Control API.

Specifically, we covered the following topics:

  • Switching to WebDriverBackedSelenium: In this section, we saw that with only a few lines changed within our tests, we can suddenly be running with Selenium WebDriver, the new API in the Selenium project. This not only allows us to fully migrate our tests but also gives us a starting point. Remember that WebDriverBackedSelenium can work in all languages. You can either use the object or inject a WebDriver Object into the Selenium Object and have the Selenium Server do all of the work for you.

Get Learning Selenium Testing Tools - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.