Skip to content

Commit 86a53d1

Browse files
committed
test: Remove ContextAware interface methods from EmptyWebDriver
1 parent 36c62fb commit 86a53d1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/test/java/io/appium/java_client/events/stubs/EmptyWebDriver.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ private static List<StubWebElement> createStubList() {
4646
return List.of(new StubWebElement(), new StubWebElement());
4747
}
4848

49-
public WebDriver context(String name) {
50-
return null;
51-
}
52-
53-
public Set<String> getContextHandles() {
54-
return null;
55-
}
56-
57-
public String getContext() {
58-
return "";
59-
}
60-
6149
public void get(String url) {
6250
}
6351

0 commit comments

Comments
 (0)