Skip to content
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

Fix DoubleClick, ContextClick in the UI Recorder #1786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CT4nk3r
Copy link

@CT4nk3r CT4nk3r commented Sep 9, 2022

If right now someone is using the defaul UI Recorder that is in the Releases page, they will get lots of warning for every single DoubleClick or ContextClick function (Double-click and Right-click).

The warning looks the following:

'RemoteWebDriver.Mouse' is obsolete: 'This property was never intended to be used in user code. Use the Actions or ActionBuilder class to send direct mouse input.'

With Actions there is no warning and now we are not using Coordinates to perform these two actions, which should also produce less errors and misses for people who use UI Recorder Tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant