Cannot install and setup WebDriverAgent for Katalon Studio

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 %

1 Like

I’ve got the same problem. Theres no file ‘bootstrap.sh’ ins Scripts! I think, the discription is outdated…

Hi @mgrandillo, @veroS,

For Appium v1.21.0 onward, you don’t need to run:

sh ./Scripts/bootstrap.sh -d

Just install Appium and build WebDriverAgent only

1 Like