diff --git a/lib/server/routing.js b/lib/server/routing.js index 20a154e43..36f6dbd4a 100644 --- a/lib/server/routing.js +++ b/lib/server/routing.js @@ -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);