트러블슈팅
appium Inspector session 끊기지 않도록 설정하기
salzzak
2024. 3. 3. 22:25
728x90
appium Inspector 는 입력이 없을때 금방 session 이 끊겨서 불편함이 있는데
{
"platformName": "Android",
"appium:automationName": "uiautomator2",
"appium:newCommandTimeout": 600
}
마지막
"appium:newCommandTimeout": 600
요 Capabilities 를 넣어주면 세션 길이를 늘릴 수 있다. (600 입력 시 600초)
https://salzzak.tistory.com/95