Skip to content

Commit ac95a33

Browse files
committed
update list of completed methods
1 parent 7680939 commit ac95a33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/routing.js

-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ module.exports = function(appium) {
4343

4444
// TODO: http://cdn.memegenerator.net/instances/400x/33433130.jpg
4545
// High priority to reach parity with PyAppium:
46-
// rest.post('/wd/hub/session/:sessionId?/element/:elementId?/element --> Search for an element on the page, starting from the identified element.
47-
// rest.post('/wd/hub/session/:sessionId?/element/:elementId?/elements --> Search for multiple elements on the page, starting from the identified element.
4846
// rest.post('/wd/hub/session/:sessionId?/execute --> Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.
49-
// rest.post('/wd/hub/session/:sessionId?/touch/flick --> Flick on the touch screen using finger motion events.
5047
// rest.get('/wd/hub/session/:sessionId?/local_storage --> Get all keys of the storage.
5148
// rest.post('/wd/hub/session/:sessionId?/local_storage --> Set the storage item for the given key.
5249
// rest.delete('/wd/hub/session/:sessionId?/local_storage --> Clear the storage.

0 commit comments

Comments
 (0)