Chapter 6
- Answer: Create a profile object and call the
setPreference()
method with the needed details. - Answer: We can use the
FirefoxBinary
class to tell it where to look. - Answer: ChromeOptions.
- 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.
- Answer: Use the latest stable version of Opera.
- Answer: Use the
OperaProfile
object and update the preferences where needed. - Answer: All versions of IE6, IE7, IE8, and IE9 for both 32-bit and 64-bit installations.