Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 59ad643

Browse files
committed
AspectJ error
1 parent 25a615f commit 59ad643

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@
9191
<artifactId>selenium-server</artifactId>
9292
<version>${selenium.version}</version>
9393
</dependency>
94-
<dependency>
95-
<groupId>com.opera</groupId>
96-
<artifactId>operadriver</artifactId>
97-
<version>1.5</version>
98-
</dependency>
9994
<dependency>
10095
<groupId>com.codeborne</groupId>
10196
<artifactId>phantomjsdriver</artifactId>

src/main/java/com/github/markusbernhardt/seleniumlibrary/keywords/BrowserManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import org.openqa.selenium.firefox.FirefoxProfile;
3636
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
3737
import org.openqa.selenium.ie.InternetExplorerDriver;
38+
import org.openqa.selenium.opera.OperaDriver;
3839
import org.openqa.selenium.phantomjs.PhantomJSDriver;
3940
import org.openqa.selenium.remote.Augmenter;
4041
import org.openqa.selenium.remote.DesiredCapabilities;
@@ -58,7 +59,6 @@
5859
import com.machinepublishers.jbrowserdriver.JBrowserDriver;
5960
import com.machinepublishers.jbrowserdriver.Settings;
6061
import com.machinepublishers.jbrowserdriver.Timezone;
61-
import com.opera.core.systems.OperaDriver;
6262

6363
@SuppressWarnings("deprecation")
6464
@RobotKeywords

0 commit comments

Comments
 (0)