-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat(locator): click mouse movement steps #38036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi, I don't want to insist on the |
Test results for "MCP"2 failed 2529 passed, 108 skipped Merge workflow run. |
Test results for "tests 1"1 failed 4 flaky47201 passed, 813 skipped Merge workflow run. |
Addresses #38006
Adds a
stepsparameter toclickanddblclickonLocatorspecifically (not onMouse). This exposes the existingMouse.movefunctionality of interpolation of cursor position.Mousewas considered redundant becauseMouse.clickalready takes X, Y coordinates, so the user can trivially callMouse.move.