WebDriverAgentRunner crash on macOS 10.13.4
See original GitHub issueThe problem
WebDriverAgentRunner crashes when using TouchActions on macOS 10.13.4
Environment
- Appium version (or git revision) that exhibits the issue:
1.7.2
but also seeing it onv1.8.0-beta5
- Last Appium version that did not exhibit the issue (if applicable): works OK on macOS 10.13.3
- Desktop OS/version used to run Appium:
macOS 10.13.4
- Node.js version (unless using Appium.app|exe):
v9.4.0
- Mobile platform/version under test:
iOS
- Real device or emulator/simulator:
simulator
- Appium CLI or Appium.app|exe: CLI launched via
AppiumDriverLocalService
Details
Getting a crash as soon as the test attempts to use TouchActions
Link to Appium logs
WebDriverAgentRunner crashlog: https://gist.github.com/ndinoia/d1a65ce8ca3e841189dd119b13de32d8
Appium.log: https://gist.github.com/ndinoia/9aba27b9fb0e66f0b21186cc55f2d41b
Code To Reproduce Issue [ Good To Have ]
int centerX = element.getCenter().getX();
int centerY = element.getCenter().getY();
new TouchAction<>(driver).tap(PointOption.point(centerX, centerY)).perform();
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
MacBook Pro Crashes after Update 10.13.4 - Apple Community
I have a MacBook Pro (Retina, 13 Inch, Late 2013) that I just updated with software version 10.13.4. on March 31st, 2018.
Read more >xcodebuild failed with code 65 (#26) · Issues - GitLab
Original error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". Make sure you follow the ...
Read more >Couldn't able to run the application in ios device - Support
Hi, Could not able to run the application in ios device. Please find the log below: Last login: Mon Oct 15 11:53:18 on...
Read more >iPad real device issues - Katalon 5.3
WebDriverAgentRunner is installed on real device using this command, ... This is the procedure I used ti set OSX and iOS real device...
Read more >【Appium踩坑】Building for iOS, but the linked ... - CSDN博客
(in target 'WebDriverAgentRunner' from project 'WebDriverAgent') error: Building ... Mac os 环境下搭建python+appium环境,附各类自己踩到的坑.
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
I think we can have a workaround for this issue. Will create a PR today
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.