File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
java/server/src/org/openqa/selenium/remote/server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public ActiveSessionFactory() {
90
90
.put (browserName (IE ), "org.openqa.selenium.ie.InternetExplorerDriverService" )
91
91
.put (containsKey ("se:ieOptions" ), "org.openqa.selenium.ie.InternetExplorerDriverService" )
92
92
.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" )
94
94
.put (browserName (PHANTOMJS ), "org.openqa.selenium.phantomjs.PhantomJSDriverService" )
95
95
.put (browserName (SAFARI ), "org.openqa.selenium.safari.SafariDriverService" )
96
96
.put (containsKey (Pattern .compile ("^safari\\ ..*" )), "org.openqa.selenium.safari.SafariDriverService" )
You can’t perform that action at this time.
0 commit comments