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

LongPress second fix #197

Closed
JohannAtGithub opened this issue Nov 21, 2017 · 0 comments
Closed

LongPress second fix #197

JohannAtGithub opened this issue Nov 21, 2017 · 0 comments

Comments

@JohannAtGithub
Copy link
Contributor

Description

While trying to use

TouchAction action = new TouchAction(driver);
action.LongPress(100, 100).Perform();

following error occurred:

"[AndroidDriver] Error: unknown action longpress"

This error got already fixed in issue #180, but only in one of two cases in the code.
To fix this issue you need to change "longpress" to longPress" in the TouchAction class.

Environment

  • .NET Framework version 4.7
  • Appium version v1.7.1
  • Node.js version 6.11.0
TikhomirovSergey added a commit that referenced this issue Dec 2, 2017
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

2 participants