File tree 2 files changed +1
-3
lines changed
java/client/src/org/openqa/selenium
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 21
21
import org .openqa .selenium .chromium .ChromiumDriver ;
22
22
import org .openqa .selenium .chromium .ChromiumDriverCommandExecutor ;
23
23
import org .openqa .selenium .internal .Require ;
24
- import org .openqa .selenium .remote .RemoteWebDriver ;
25
-
26
24
27
25
/**
28
26
* A {@link WebDriver} implementation that controls an Edge browser running on the local machine.
Original file line number Diff line number Diff line change 35
35
* A {@link WebDriver} implementation that controls a Blink-based Opera browser running on the local
36
36
* machine. It requires an <code>operadriver</code> executable to be available in PATH.
37
37
*
38
- * @see <a href="https://github.com/operasoftware/operachromiumdriver">opersdriver </a>
38
+ * @see <a href="https://github.com/operasoftware/operachromiumdriver">operadriver </a>
39
39
*/
40
40
public class OperaDriver extends RemoteWebDriver
41
41
implements LocationContext , WebStorage {
You can’t perform that action at this time.
0 commit comments