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 5ac71ab commit d406f02Copy full SHA for d406f02
src/main/java/io/appium/java_client/remote/AppiumW3CHttpCommandCodec.java
@@ -44,6 +44,7 @@ public class AppiumW3CHttpCommandCodec extends W3CHttpCommandCodec {
44
*/
45
public AppiumW3CHttpCommandCodec() {
46
defineCommand(GET_ELEMENT_ATTRIBUTE, get("/session/:sessionId/element/:id/attribute/:name"));
47
+ defineCommand(IS_ELEMENT_DISPLAYED, get("/session/:sessionId/element/:id/displayed"));
48
defineCommand(GET_PAGE_SOURCE, get("/session/:sessionId/source"));
49
}
50
0 commit comments