Hi,
can some one please xplain me how to use web driver backed selenium.?? I used the following code and imported "org.openqa.selenium.WebDriverBackedSelenium;"
WebDriver driver = new InternetExplorerDriver();
Selenium selenium = new WebDriverBackedSelenium(driver, "
http://gwt.google.com/samples/Showcase/Showcase.html#CwTree");
I get the following error in eclipse..
"
The type com.google.common.base.Supplier cannot be resolved. It is indirectly referenced from required .class files"
I added all xternal jars from selenium-server and selenium-java..
Please help..
Thanks,
Ravi