File tree 1 file changed +1
-10
lines changed
java/server/src/org/openqa/grid/selenium/proxy
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
Copyright 2011 Selenium committers
3
- Copyright 2011 Software Freedom Conservancy
3
+ Copyright 2011-2015 Software Freedom Conservancy
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -243,15 +243,6 @@ public void beforeSession(TestSession session) {
243
243
cap .put (ChromeOptions .CAPABILITY , options );
244
244
}
245
245
}
246
-
247
- if (BrowserType .OPERA .equals (cap .get (CapabilityType .BROWSER_NAME ))) {
248
- if (session .getSlot ().getCapabilities ().get ("opera_binary" ) != null
249
- && cap .get ("opera.binary" ) == null ) {
250
- session .getRequestedCapabilities ().put ("opera.binary" ,
251
- session .getSlot ().getCapabilities ().get ("opera_binary" ));
252
- }
253
- }
254
-
255
246
}
256
247
}
257
248
You can’t perform that action at this time.
0 commit comments