mirror of
https://github.com/appium/appium.git
synced 2026-02-09 03:09:02 -06:00
Remove touch up/down/move from routeNotYetImplemented.
This commit is contained in:
@@ -147,9 +147,6 @@ var routeNotYetImplemented = function (rest) {
|
||||
rest.post('/wd/hub/session/:sessionId?/buttondown', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/buttonup', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/doubleclick', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/touch/down', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/touch/up', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/touch/move', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/touch/scroll', controller.notYetImplemented);
|
||||
rest.post('/wd/hub/session/:sessionId?/touch/doubleclick', controller.notYetImplemented);
|
||||
rest.get('/wd/hub/session/:sessionId?/location', controller.notYetImplemented);
|
||||
|
||||
Reference in New Issue
Block a user