QA/Selenium
selenium.common.exceptions.WebDriverException 오류
cldy
2022. 10. 20. 22:07
[Appium + Python]
오랜만에 단말 연결 후 자동화 돌렸더니 에러 발생.
에러 메세지 >
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
해결 방법 >
1.연결된 단말 USB 재연결
2.연결된 단말 재부팅
1번시도 후 안될 시, 2번 시도.
필자는 2번으로 해결 됨.