File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/client/src/com/thoughtworks/selenium/webdriven Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ private void setUpMethodMap() {
250
250
seleneseMethods .put ("getExpression" , new GetExpression ());
251
251
seleneseMethods .put ("getHtmlSource" , new GetHtmlSource ());
252
252
seleneseMethods .put ("getLocation" , new GetLocation ());
253
+ seleneseMethods .put ("getMouseSpeed" , new NoOp (10 ));
253
254
seleneseMethods .put ("getSelectedId" , new FindFirstSelectedOptionProperty (javascriptLibrary ,
254
255
elementFinder , "id" ));
255
256
seleneseMethods .put ("getSelectedIds" , new FindSelectedOptionProperties (javascriptLibrary ,
@@ -323,6 +324,7 @@ private void setUpMethodMap() {
323
324
seleneseMethods .put (
324
325
"setCursorPosition" ,
325
326
new SetCursorPosition (javascriptLibrary , elementFinder ));
327
+ seleneseMethods .put ("setMouseSpeed" , new NoOp (null ));
326
328
seleneseMethods .put ("setSpeed" , new NoOp (null ));
327
329
seleneseMethods .put ("setTimeout" , new SetTimeout (timer ));
328
330
seleneseMethods .put ("shiftKeyDown" , new ShiftKeyDown (keyState ));
You can’t perform that action at this time.
0 commit comments