Dagger
Dagger copied to clipboard
"org.openqa.selenium.WebDriverBackedSelenium cannot be resolved"
http://selenium.googlecode.com/git/java/CHANGELOG.
2.40.0's CHANGELOG:
- Migrated the WebDriverBackedSelenium to com.thoughtworks.selenium.webdriven. This also leaves behind a deprecated implementation of each of the key interfaces to ease migration for users.
BTW,this problem let me mad the whole afternoon.
This also leaves behind a deprecated implementation of each of the key interfaces to ease migration for users.
So it is unnecessary to update the path of WebDriverBackedSelenium,calm down.
import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium;