File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
java/client/test/org/openqa/selenium/remote Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2222import static org .junit .Assert .assertSame ;
2323import static org .junit .Assert .assertTrue ;
2424import static org .junit .Assert .fail ;
25- import static org .openqa .selenium .remote .CapabilityType .SUPPORTS_BROWSER_CONNECTION ;
2625
2726import com .google .common .collect .ImmutableMap ;
2827import com .google .common .collect .Lists ;
@@ -326,9 +325,7 @@ public static class ChildRemoteDriver extends RemoteWebDriver implements MagicNu
326325
327326 @ Override
328327 public Capabilities getCapabilities () {
329- DesiredCapabilities caps = DesiredCapabilities .firefox ();
330- caps .setCapability (SUPPORTS_BROWSER_CONNECTION , true );
331- return caps ;
328+ return DesiredCapabilities .firefox ();
332329 }
333330
334331 @ Override
You can’t perform that action at this time.
0 commit comments