Hello,
I want to install and setup WebDriverAgent for IOS simulation with Katalon Studio. However, when the following commands to initialize the WebDriverAgent project, I get the following:
Note that I am using appium version 1.21.0.
MGrandillo@MGRANDILLO-MAC node_modules % cd appium-webdriveragent
MGrandillo@MGRANDILLO-MAC appium-webdriveragent % ls
Configurations WebDriverAgentRunner
LICENSE WebDriverAgentRunner-Runner.app.zip
PrivateHeaders WebDriverAgentTests
README.md build
Resources index.js
Scripts lib
WebDriverAgent.xcodeproj package.json
WebDriverAgentLib
MGrandillo@MGRANDILLO-MAC appium-webdriveragent % mkdir -p Resources/webDriverAgent.bundle
MGrandillo@MGRANDILLO-MAC appium-webdriveragent % sh ./Scripts/bootstrap.sh -d
sh: ./Scripts/bootstrap.sh: No such file or directory
MGrandillo@MGRANDILLO-MAC appium-webdriveragent %