Book Image

Learning Selenium Testing Tools - Third Edition

Book Image

Learning Selenium Testing Tools - Third Edition

Overview of this book

Table of Contents (22 chapters)
Learning Selenium Testing Tools Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.