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

Chapter 13. Migrating from Remote Control to WebDriver

Selenium Remote Control has been around for a number of years. This means that there is a large amount of tests out there written for the API. If you ever have to migrate your test suite, then this chapter will give you the insight that you need.

In this chapter, we will cover the WebDriverBackedSelenium object.

Before we work through this chapter, it might be a good idea to go through Chapter 4, Finding Elements, again as this will minimize the amount of work that is required as we move to WebDriver.

So, let's get on with it.