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.

WebDriverAgentRunner crash on macOS 10.13.4

See original GitHub issue

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

github_iconTop GitHub Comments

2reactions
mykola-mokhnachcommented, Apr 12, 2018

I think we can have a workaround for this issue. Will create a PR today

0reactions
lock[bot]commented, Apr 23, 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

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 >

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