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.
ContextAware
EmptyWebDriver
1 parent 36c62fb commit 86a53d1Copy full SHA for 86a53d1
src/test/java/io/appium/java_client/events/stubs/EmptyWebDriver.java
@@ -46,18 +46,6 @@ private static List<StubWebElement> createStubList() {
46
return List.of(new StubWebElement(), new StubWebElement());
47
}
48
49
- public WebDriver context(String name) {
50
- return null;
51
- }
52
-
53
- public Set<String> getContextHandles() {
54
55
56
57
- public String getContext() {
58
- return "";
59
60
61
public void get(String url) {
62
63
0 commit comments