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 6


  1. Answer: Create a profile object and call the setPreference() method with the needed details.

  2. Answer: We can use the FirefoxBinary class to tell it where to look.

  3. Answer: ChromeOptions.

  4. Answer: The PATH environment variable needs to be set with where the ChromeDriver executable lives. This is so that when we call ChromeDriver with our Java code, it will load the relevant executable and load the browser as quickly as possible.

  5. Answer: Use the latest stable version of Opera.

  6. Answer: Use the OperaProfile object and update the preferences where needed.

  7. Answer: All versions of IE6, IE7, IE8, and IE9 for both 32-bit and 64-bit installations.