mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
446 stars 107 forks source link

webdriveragent not loading with Xcode 14.1 version #605

Closed chaitrashekar21 closed 2 months ago

chaitrashekar21 commented 1 year ago

Hi - Xcode version: 14.1/14.2 Appium desktop version : 1.22.3 Simulator: iPhone 11 Pro Max 15.5 Wedriveragent associated with Appium desktop version: 3.17.0 found in (/Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent)

Webdriver fails to load when I run open tests scripts. I read articles that I need to update the agent version to 4.9.0 to make it work. But I am not sure how to update webdriveragent in that folder.
web driver gets updated when I update through running npm in its folder. But opentest is using agent from /Applications/Appium Server GUI.app/Contents/Resources/app/node_modules/appium/node_modules/appium-webdriveragent.

Appreciate your help. Thanks

chaitrashekar21 commented 2 months ago

have to use older Xcode CLI tool to run webdriveragent