Skip to content

Commit d406f02

Browse files
Mykola MokhnachSrinivasanTarget
Mykola Mokhnach
authored andcommitted
Add the handler for isDispalyed endpoint (#833)
1 parent 5ac71ab commit d406f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/remote/AppiumW3CHttpCommandCodec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public class AppiumW3CHttpCommandCodec extends W3CHttpCommandCodec {
4444
*/
4545
public AppiumW3CHttpCommandCodec() {
4646
defineCommand(GET_ELEMENT_ATTRIBUTE, get("/session/:sessionId/element/:id/attribute/:name"));
47+
defineCommand(IS_ELEMENT_DISPLAYED, get("/session/:sessionId/element/:id/displayed"));
4748
defineCommand(GET_PAGE_SOURCE, get("/session/:sessionId/source"));
4849
}
4950

0 commit comments

Comments
 (0)