-
-
Notifications
You must be signed in to change notification settings - Fork 88
[plugin-mobile-app] Add long press support for tvOS and iOS #2121
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2121 +/- ##
============================================
- Coverage 96.20% 96.20% -0.01%
- Complexity 5347 5352 +5
============================================
Files 756 756
Lines 15270 15279 +9
Branches 1028 1029 +1
============================================
+ Hits 14691 14699 +8
Misses 450 450
- Partials 129 130 +1
Continue to review full report at Codecov.
|
017ad4c
to
2142207
Compare
90c31a7
to
f9ea062
Compare
} | ||
else if (genericWebDriverManager.isIOS() || genericWebDriverManager.isTvOS()) | ||
{ | ||
pressButton(key, Map.of("durationSeconds", longPressDuration.toSeconds())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't it better to pass Duration to pressButton to avoid overhead for map creation? Is the durationSeconds 0 by default?
f9ea062
to
2cc2d10
Compare
Kudos, SonarCloud Quality Gate passed! |
Closes #2087