Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Enqueue Failure: Failure fetching attributes for Device system #1108

Open
kamaleshrnp opened this issue Apr 24, 2019 · 0 comments
Open

Enqueue Failure: Failure fetching attributes for Device system #1108

kamaleshrnp opened this issue Apr 24, 2019 · 0 comments

Comments

@kamaleshrnp
Copy link

Environment Details :

  • MacOs Mojave 10.14.4
  • Appium Server 1.12.1
  • Xcode 10.2
  • Appium Java Client 6.1.0

Capabilities:
caps.setCapability("automationName", prop.getProperty("ios.automationName"));
caps.setCapability("platformVersion", prop.getProperty("ios.platformVersion"));
caps.setCapability("platformName", prop.getProperty("ios"));
caps.setCapability("deviceName", prop.getProperty("ios.deviceName"));
caps.setCapability("autoAcceptAlerts", prop.getProperty("ios.autoAcceptAlerts"));
caps.setCapability("showXcodeLog","true");
caps.setCapability("useNewWDA","true");
caps.setCapability("waitForQuietness","false");
caps.setCapability("wdaEventloopIdleDelay","3");
caps.setCapability("eventLoopIdleDelaySec", "1");
caps.setCapability("noReset", prop.getProperty("ios.noReset"));

Comments

  1. Manually, It works perfectly in appium desktop version 1.12.1
  2. I tried with various Xcode Versions ; but nothing helped(got errors like Couldn't identify simulators with particular versions. But they are actually installed)
  3. Tried removing capabilities "useNewWDA" and reduce the delay for capabilities("wdaEventloopIdleDelay & eventLoopIdleDelay)

I know, there are similar bugs corresponding to this post; but solutions doesn't work for me.
Need Help Pls!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant