ios appium 環境搭建

2021-10-01 09:22:38 字數 1192 閱讀 8681

注意webdriveragent 中的lib+runner 一定要編譯通過!

2.xcode 除錯時候。 先確保 本身 xcode的賬號ok~沒有 not in keychain!

我的webdriveragent路徑:

安裝homebrew

/usr/bin/ruby -e ``"$(curl -fssl (

brew update

安裝node

brew install node
安裝npm

brew install npm

npm install npm -g

(可選)安裝**的npm映象cnpm,後續操作可以使用cnpm替代npm

npm install cnpm -g --registry=
5.安裝ios-deploy

npm install -g ios-deploy
6.安裝xcpretty

gem install xcpretty
如果遇到許可權問題使用chmod設定檔案許可權即可

7.安裝libimobiledevice

brew uninstall --ignore-dependencies usbmuxd

brew install --head usbmuxd

brew unlink usbmuxd

brew link usbmuxd

brew install --head libimobiledevice

8.安裝carthage

brew install carthage

11.配置webdriveragent

sh ./scripts/bootstrap.sh -d

open webdriveragent.xcodeproj

target選擇webdriveragentrunner,設定簽名

嘗試執行webdriveragentrunner:product->test(command+u)

LAMP環境搭建 php環境搭建

yum groupinstall development tools y yum groupinstall desktop platform development y yum install cmake pcre devel ncurses devel openssl devel libcurl ...

環境搭建 二 Python環境搭建

工欲善其事,必先利其器 要想玩轉python,我們首先需要搭建一套可使用且方便的環境。對於初學者,笨飯糰建議使用 anaconda anaconda 簡介anaconda是python的乙個科學計算發行版,內建了數百個python經常會使用的庫,包括做機器學習或資料探勘的庫。anaconda提供了乙...

iOS appium操作元素常用方法

在 ios 的 ui 自動化中,使用原生支援的predicate定位方式是最好,可支援元素的單個屬性和多個屬性定位,強烈推薦使用 driver.find element by ios predicate value clearemail driver.find element by ios pred...