Skip to content

Commit 1e55133

Browse files
committed
server: remove Opera as supported browser from RC
1 parent 7a0e42a commit 1e55133

File tree

3 files changed

+1
-389
lines changed

3 files changed

+1
-389
lines changed

java/server/src/org/openqa/selenium/server/browserlaunchers/BrowserLauncherFactory.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011 Software Freedom Conservancy.
2+
* Copyright 2011-2015 Software Freedom Conservancy
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,7 +55,6 @@ public class BrowserLauncherFactory {
5555
supportedBrowsers.put(BrowserType.SAFARI_PROXY, SafariCustomProfileLauncher.class);
5656
supportedBrowsers.put(BrowserType.IE_HTA, HTABrowserLauncher.class);
5757
supportedBrowsers.put(BrowserType.IEXPLORE, InternetExplorerLauncher.class);
58-
supportedBrowsers.put(BrowserType.OPERA, OperaCustomProfileLauncher.class);
5958
supportedBrowsers.put("piiexplore", ProxyInjectionInternetExplorerCustomProxyLauncher.class);
6059
supportedBrowsers.put("pifirefox", ProxyInjectionFirefoxCustomProfileLauncher.class);
6160
supportedBrowsers.put(BrowserType.KONQUEROR, KonquerorLauncher.class);

java/server/src/org/openqa/selenium/server/browserlaunchers/OperaCustomProfileLauncher.java

-341
This file was deleted.

0 commit comments

Comments
 (0)