diff options
Diffstat (limited to 'chrome/test/chromedriver/client/command_executor.py')
-rw-r--r-- | chrome/test/chromedriver/client/command_executor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/client/command_executor.py b/chrome/test/chromedriver/client/command_executor.py index fd4a464..4d3c314 100644 --- a/chrome/test/chromedriver/client/command_executor.py +++ b/chrome/test/chromedriver/client/command_executor.py @@ -149,6 +149,7 @@ class Command(object): # Custom Chrome commands. IS_LOADING = (_Method.GET, '/session/:sessionId/is_loading') + TOUCH_PINCH = (_Method.POST, '/session/:sessionId/touch/pinch') class CommandExecutor(object): |