You will need to setup SafariLauncher in your appium folder which is in your home directory awetest/node_modules/appium
Use this appium folder to complete the Setup from this link. Notes:
- VI works well for opening Profile file
- Choose option 3 when building your SafariLauncher
After the above is complete, run this command to make sure you have ios-webkit-proxy, if it will install, make sure it installs without errors.
brew install ios-webkit-debug-proxy
if Running locally, start the ios webkit proxy using this commands from the appium folder
- cd /Users/<YOUR USER NAME>/awetest/node_modules/appium
- ./bin/ios-webkit-debug-proxy-launcher.js -c <UDID goes here>:27753 -d
0 Comments