Skip to content

Commit

Permalink
Add the handler for isDispalyed endpoint (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Mokhnach authored and SrinivasanTarget committed Feb 19, 2018
1 parent 5ac71ab commit d406f02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class AppiumW3CHttpCommandCodec extends W3CHttpCommandCodec {
*/
public AppiumW3CHttpCommandCodec() {
defineCommand(GET_ELEMENT_ATTRIBUTE, get("/session/:sessionId/element/:id/attribute/:name"));
defineCommand(IS_ELEMENT_DISPLAYED, get("/session/:sessionId/element/:id/displayed"));
defineCommand(GET_PAGE_SOURCE, get("/session/:sessionId/source"));
}

Expand Down

0 comments on commit d406f02

Please sign in to comment.