環(huán)境部署
1.carthage
brew直接能裝邦马,不需要用git的源碼編
brew install carthage
2.facebook的wda
git上下載源碼:https://github.com/facebook/WebDriverAgent
運行初始化腳本:sh /Script/bootstrap.sh
3.wda的python庫
pip直接裝
pip install?facebook-wda
UI通信
1.啟動UI web driver
xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination 'platform=iOS Simulator,name=iPhone 6' test
2.python腳本與web driver通信
#coding:utf-8
import wda
c = wda.Client(‘http://localhost:8100’)
print c.status()
c.home()