목록전체 글 (21)
ITGeine
Chapter 2.1: Finding Elements appium inspector 를 사용하는데, 기본적으로 설치가 되어있지 않아 따로 설치해주었다. https://github.com/appium/appium-inspector GitHub - appium/appium-inspector: A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server - GitHub - appium/appium-inspector: A GUI inspector ..
Chapter 1.5 에서는 capabilities 에 대한 설명을 진행한다. > Appium 페이지 https://appium.io/docs/en/writing-running-appium/caps/ Desired Capabilities - Appium From here you can search these documents. Enter your search terms below. appium.io package.json 에 테스트 스크립트 직접 지정하면 아래 명령어로 테스트 수행가능 npm test 테스트로 돌릴 앱 경로 수정 - path 모듈, 프로젝트 내 파일 사용 let {join} = require('path'); 'appium:app' : join(process.cwd(),'./ApiDemos..
[0-0] 2022-05-23T04:43:05.622Z ERROR webdriver: unknown error: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome '83.0.4103'. You could also try to enable automated chromedrivers download server feature. See https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/web/chromedriver.md for more deta..