Click here to read Jumpstart iOS automation using Appium- Part 4 Quiz Selenium Webdriver Appium Important Links https://github.com/appium/appium https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md A few pointers that should help you in your automation: Make sure the setup is rock solid. Use the…
Month: January 2018
Click here to read Jumpstart iOS automation using Appium- Part 2 Setup for Automation Open terminal and install Pre-requisites : First install Homebrew .(Paste on terminal /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Then Install npm (brew install node) Appium & all…