Xcode 14 WebdriverAgent Installation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Xcode 14 WebdriverAgent
installation
Created By P Premnath Rajendran

Created @September 29, 2022 10:31 AM

Last Edited Time @August 15, 2023 2:26 PM

Last Edited By S Sahar Badran

If you face issue this “Cannot link directly with dylib/framework while building
WDA” while installing WebdriverAgent on your mobile, please follow the below link to
setup the Appium Beta via NPM
https://github.com/appium/appium/issues/17497

Commands to setup Appium Beta:

1. npm install -g appium@next

2. appium plugin install execute-driver

3. appium driver install xcuitest | appium driver install uiautomator2

4. appium -pa /wd/hub --use-plugins execute-driver

Start the Appium Beta server as mentioned in the below link


https://github.com/appium/appium/issues/15261

Xcode 14 WebdriverAgent installation 1

You might also like