Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#IDE specific files
.idea/*
out/*
Binary file removed out/artifacts/java_client/java-client.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions test/io/appium/java_client/ContextTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void testGetContextHandles() {

@Test
public void testSwitchContext() {
driver.getContextHandles();
driver.context("WEBVIEW_1");
assertEquals(driver.getContext(), "WEBVIEW_1");
}
Expand Down