question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Long press crashes Appium (Appium 1.8.1)

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mykola-mokhnachcommented, Jun 15, 2018

you must call release after wait

0reactions
lock[bot]commented, Oct 27, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found