Skip to content

Commit acb5315

Browse files
committed
[grid] Fixing opera driver class name. Fixes #6057
1 parent 8c1acbd commit acb5315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/selenium/remote/server/ActiveSessionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public ActiveSessionFactory() {
9090
.put(browserName(IE), "org.openqa.selenium.ie.InternetExplorerDriverService")
9191
.put(containsKey("se:ieOptions"), "org.openqa.selenium.ie.InternetExplorerDriverService")
9292
.put(browserName(OPERA), "org.openqa.selenium.opera.OperaDriverService")
93-
.put(browserName(OPERA_BLINK), "org.openqa.selenium.ie.OperaDriverService")
93+
.put(browserName(OPERA_BLINK), "org.openqa.selenium.opera.OperaDriverService")
9494
.put(browserName(PHANTOMJS), "org.openqa.selenium.phantomjs.PhantomJSDriverService")
9595
.put(browserName(SAFARI), "org.openqa.selenium.safari.SafariDriverService")
9696
.put(containsKey(Pattern.compile("^safari\\..*")), "org.openqa.selenium.safari.SafariDriverService")

0 commit comments

Comments
 (0)