We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7eae5e commit 5b285d2Copy full SHA for 5b285d2
src/main/java/io/appium/java_client/AppiumDriver.java
@@ -84,8 +84,8 @@ public class AppiumDriver extends RemoteWebDriver implements
84
protected final RemoteLocationContext locationContext;
85
private final ExecuteMethod executeMethod;
86
private final Set<String> absentExtensionNames = new HashSet<>();
87
- protected URI biDiUri;
88
- protected BiDi biDi;
+ private URI biDiUri;
+ private BiDi biDi;
89
private boolean wasBiDiRequested = false;
90
91
/**
0 commit comments