Long press crashes Appium (Appium 1.8.1)
See original GitHub issueThe problem
Long press not working on iOS 11.2.3 w/ appium 1.8.1 Same error on iOS 10.3
Problem does not occur on Appium 1.7.2
Environment
- Appium version (or git revision) that exhibits the issue: 1.8.1
- iOS version 11.2.3 - Real Iphone 7 device
- iOS version 10.3 - Iphone7 simulator
Details
action = TouchAction(driver)
action.long_press(el).perform()
Link to Appium logs
Appium server logs: https://gist.github.com/oscheller1/dafa91b2a2f9a254719f5adf9014c8d8 Python client exception: https://gist.github.com/oscheller1/bf648085999abf66920a64ef7e7241ce
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
ERROR : Make sure the application under test does not crash ...
Make sure the application under test does not crash and investigate the logcat output. Appium version: 1.15.1; Windown 10; Mobile platform/version under ...
Read more >Appium opens app but crashes when executing test
But when I try to execute the test with appium the app opens in the emulator but it doesn't continue with the tests...
Read more >appium/appium - Gitter
I have a problem with appium who can't click in elements from an activity of my ... [XCUITest] Cannot get the name of...
Read more >What's new? - Applitools
Separate Appium package (this will not be released yet, as there is a problem with Appium support in the selenium-4.0 package of Selenium,...
Read more >appium/CHANGELOG.md - UNPKG
The CDN for appium. ... 164, * Handle pressing and long pressing key codes ... 252, * Fix issue where setting the network...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you must call release after wait
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.