appium이 밟은 구덩이(지속 업데이트...)
5499 단어 appium
Appium이 밟은 구덩이 1:
appium 실행 오류: sudo를 사용하거나 설치하면 Appium이 작동하지 않습니다.
bixiaopeng@bixiaopengtekiMacBook-Pro ~$ error: Appium will not work if used or installed with sudo. Please rerun/install as a non-root user. If you had to install Appium using `sudo npm install -g appium`, the solution is to reinstall Node using a method (Homebrew, for example) that doesn't require sudo to install global npm packages.
[1]+ Exit 1 appium
오류 원인:
권한 문제, sudo를 사용하여 appium을 실행할 수 없습니다
해결 방법:
단계 1.node 소유자 변경
cd /usr/local/lib
sudo chown -R bixiaopeng node_modules
단계 2.appium 제거
npm uninstall appium -g
단계 3.appium 다시 설치
npm install -g appium
단계 4.부팅
appium &
단계 5.실행 성공 여부 보기
브라우저 열기:
http://0.0.0.0:4723/
표시:
That URL did not map to a valid JSONWP resource
성공을 설명하다
Appium이 밟은 구덩이 2:
iOS 용례 오류 실행: /Applications/Xcode에 쓰기 권한이 없습니다.app..
org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: We don't have write access to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/Applications/MobileSafari.app, please re-run authorize as bixiaopeng) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 308 milliseconds
Build info: version: '2.41.0', revision: '3192d8a6c4449dc285928ba024779344f5423c58', time: '2014-03-27 11:29:39'
---------com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:202)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
Process finished with exit code 255
문제의 원인:
또 권한 문제야.
해결 방법: Xcode를 변경합니다.앱 권한
bixiaopeng@bixiaopengtekiMacBook-Pro Applications$ sudo chown -R bixiaopeng Xcode.app
Password:
다시 실행:
OK
위챗 공중 계정:wirelessqa
작성자 정보:
작가: 필소붕 | 필우편함: [email protected]
마이크로 블로그: @WirelessQA 블로그:http://blog.csdn.net/wirelessqa
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Appium desktop 인스펙터를 에뮬레이터에서 사용할 때까지의 각서 (Android 앱)환경에 대한 자세한 내용은 시작한다. appium을 시작하고 서버를 시작한 후 오른쪽 상단의 start inspector session을 클릭하십시오. 이런 화면이 나오므로, desired capabilities 를...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.