We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I am not able to perform mouse actions like mouse up and down using appium for mac. I have tried the below options.
1.http://appium.io/docs/en/commands/interactions/mouse/moveto/ 2. Tried to use scroll from iOS driver, that is also not wokring
Requesting to look into this.
The text was updated successfully, but these errors were encountered:
If you are using java client, update the capabilities by setting caps.setCapability("forceMjsonwp", true)
import org.openqa.selenium.interactions.Actions;
@test void someTestFunction() { Actions actions = new Actions(driver); actions.moveToElement(); actions.clickAndHold(); actions.moveToElement(); actions.perform(); }
Sorry, something went wrong.
@milindmaha Even caps.setCapability("forceMjsonwp", true) is not working any other soultion
@pramodl7713 What's the error you got?
No branches or pull requests
Hi Team,
I am not able to perform mouse actions like mouse up and down using appium for mac. I have tried the below options.
1.http://appium.io/docs/en/commands/interactions/mouse/moveto/
2. Tried to use scroll from iOS driver, that is also not wokring
Requesting to look into this.
The text was updated successfully, but these errors were encountered: