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

Is Actions working for WinAppDriver? Can you provide an example of mouse double_click? #149

Open
testwisely opened this issue Dec 14, 2022 · 0 comments

Comments

@testwisely
Copy link

I am upgrading my Appium v1 tests to Appium v2.0.beta.46. I could do certain mouse operations in v1 (with WinAppDriver v1.2.1), e.g. double_click two ways:

driver.mouse.double_click
driver.action.move_to(elem).double_click.perform

But, neither works in Appium 2. I understand driver.mouse is deprecated. The action statement runs without error, no double-click is fired (as you do with a mouse). Instead, there is a quick finger-touch ripple effect at the top-left corner of the window.

There is already one issue raised on Github Appium last year. I am wondering the status, or maybe it is working, but I didn't an example.

appium/appium#16268

Thanks.

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

No branches or pull requests

1 participant