Chapter 13
- Answer: Create a new instance of the browser you want to use using Selenium WebDriver. Then pass this into the
WebDriverBackedSelenium
with the URL. This you would like to test. It will look like this:@Before public void setup(){ driver = new FirefoxDriver(); selenium = new WebDriverBackedSelenium(driver, http://book.theautomatedtester.co.uk