File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ def process_command(self, command):
766766 self .devtools .type_text (command ['target' ])
767767 elif command ['command' ] == 'keypress' :
768768 self .devtools .keypress (command ['target' ])
769- elif command ['command' ] == 'mouse_click ' :
769+ elif command ['command' ] == 'mouseClick ' :
770770 if 'target' in command :
771771 target = command ['target' ]
772772 separator = target .find ('=' )
@@ -801,7 +801,7 @@ def process_command(self, command):
801801 command_options ['clickCount' ] = clickCount
802802 self .devtools .mouse_click (command_options )
803803 except :
804- self .task ['error' ] = 'Exception parsing mouse_click arguments.'
804+ self .task ['error' ] = 'Exception parsing mouseClick arguments.'
805805 logging .error (self .task ['error' ])
806806 elif command ['command' ] == 'waitfor' :
807807 try :
You can’t perform that action at this time.
0 commit comments