본문 바로가기
[IT]

Windows에 Appium Server GUI, Inspector설치

by DDBobD 2023. 1. 18.
728x90
반응형

선행단계

 

Windows jdk 설치

다운로드 1. 사이트 진입 Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 2. Windows -> 64비트 exe파일 다운로드 3. 동의

ddbobd.tistory.com

 

Windows android sdk 설치

선행절차 jdk 설치 필요 Windows jdk 설치 다운로드 1. 사이트 진입 Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 2. Windo

ddbobd.tistory.com

 

다운로드

1. Appium GUI Server 다운로드 사이트 진입

 

Releases · appium/appium-desktop

Appium Server in Desktop GUIs for Mac, Windows, and Linux - appium/appium-desktop

github.com

 

2. Appium-Server-GUI-windows-[version].exe 선택

 

3. Appium Inspector 다운로드 사이트 접속

 

Releases · appium/appium-inspector

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server - appium/appium-inspector

github.com

 

4. Appium-Inspector-windows-[version].exe 선택


설치

1. Appium-Server-GUI-windows 설치 진행

 

2. Appium-Inspector-windows 설치 진행


확인

1. Appium Server GUI 실행

 

2. Edit Configurations 선택

3. ANDROID_HOME, JAVA_HOME 경로 확인

4. StartSrver 선택

5. Appium Inspector 실행

 

6. JSON Representation {}사이에 아래 내용 입력

  "appium:udid": [단말 udid입력],
  "appium:appPackage": "com.android.chrome",
  "appium:appActivity": "com.google.android.apps.chrome.Main",
  "platformName": "Android",
  "appium:deviceName": [휴대폰 기종 입력],
  "appium:automationName": "uiAutomator2",
  "appium:noReset": false,

7. Save 선택

 

8. Start Session 선택

9. 앱 실행 확인


 

 

 

 

728x90
반응형

'[IT]' 카테고리의 다른 글

Windows에 Node.js 설치  (0) 2023.01.30
Windows에 android sdk 설치  (0) 2023.01.18
Windows에 jdk 설치  (0) 2023.01.03
Windows에 Pycharm설치  (0) 2022.12.23
Windows에 Python설치  (0) 2022.12.22