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

Add a method to quickly tap n times #30

Open
aostapenko92 opened this issue Feb 2, 2023 · 2 comments
Open

Add a method to quickly tap n times #30

aostapenko92 opened this issue Feb 2, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@aostapenko92
Copy link

Old implementation of this method:

AppiumDriver drv = ((AppiumDriver<?>) castDriver());
TouchAction<?> touchAction = new TouchAction(drv);
touchAction.tap(TapOptions.tapOptions().withPosition(PointOption.point(point.getX(), point.getY())).withTapsCount(count)).perform();

Starting from Carina version 8.0.3 this option doesn't work, an alternative is needed

@aostapenko92 aostapenko92 added the enhancement New feature or request label Feb 2, 2023
@akamarouski akamarouski transferred this issue from zebrunner/carina Mar 15, 2023
@akamarouski akamarouski added this to the 1.0.4 milestone May 11, 2023
@akamarouski
Copy link
Collaborator

@aostapenko92 any updates from your side?

@aostapenko92
Copy link
Author

@akamarouski There are no updates. We still need this functionality

@akamarouski akamarouski modified the milestones: 1.0.4, 1.0.5 May 31, 2023
@akamarouski akamarouski modified the milestones: 1.1.5, 1.1.x Jun 27, 2023
@akamarouski akamarouski removed this from the 1.1.x milestone Sep 7, 2023
@akamarouski akamarouski added the help wanted Extra attention is needed label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants