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):
766
766
self .devtools .type_text (command ['target' ])
767
767
elif command ['command' ] == 'keypress' :
768
768
self .devtools .keypress (command ['target' ])
769
- elif command ['command' ] == 'mouse_click ' :
769
+ elif command ['command' ] == 'mouseClick ' :
770
770
if 'target' in command :
771
771
target = command ['target' ]
772
772
separator = target .find ('=' )
@@ -801,7 +801,7 @@ def process_command(self, command):
801
801
command_options ['clickCount' ] = clickCount
802
802
self .devtools .mouse_click (command_options )
803
803
except :
804
- self .task ['error' ] = 'Exception parsing mouse_click arguments.'
804
+ self .task ['error' ] = 'Exception parsing mouseClick arguments.'
805
805
logging .error (self .task ['error' ])
806
806
elif command ['command' ] == 'waitfor' :
807
807
try :
You can’t perform that action at this time.
0 commit comments