Dagger icon indicating copy to clipboard operation
Dagger copied to clipboard

"org.openqa.selenium.WebDriverBackedSelenium cannot be resolved"

Open tonyh2021 opened this issue 10 years ago • 2 comments

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.

tonyh2021 avatar Oct 24 '14 09:10 tonyh2021

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.

andrewleo avatar Oct 27 '14 10:10 andrewleo

import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium;

sgjeff avatar Jan 05 '16 06:01 sgjeff