WebDriver Manager는 필수 드라이버를 update
에 다운로드합니다. 당신이 docker container, wagrant VM 또는 VPN 내부에서 그것을 실행하는지 확신 할 수 없습니다.
아래 소스에서 다운로드하고 캡쳐 화면의 ipaddress는 https://github.com/mozilla
에 연결하는 중 문제가 있음을 나타냅니다. pinging github에서 동일한 IP를 봅니다.
출처 : webdriver-manager configs
"cdnUrls": {
"selenium": "https://selenium-release.storage.googleapis.com/",
"chromedriver": "https://chromedriver.storage.googleapis.com/",
"geckodriver": "https://github.com/mozilla/geckodriver/releases/download/",
"iedriver": "https://selenium-release.storage.googleapis.com/",
"androidsdk": "http://dl.google.com/android/"
}
에서 당신 핑 (ping)은 다음과 같이 당신이 위의 소스 (크롬 & seleniumServer & 게코)에 액세스 할 수있는 경우는 webdriver-manager update
을하고있는 곳 위치에서 수동으로 볼 수
C:\Users\<<>>\WebstormProjects\demo>ping github.com
Pinging github.com [192.30.253.112] with 32 bytes of data:
Reply from 192.30.253.112: bytes=32 time=207ms TTL=47
Reply from 192.30.253.112: bytes=32 time=205ms TTL=47
Reply from 192.30.253.112: bytes=32 time=205ms TTL=47
Reply from 192.30.253.112: bytes=32 time=205ms TTL=47
Ping statistics for 192.30.253.112:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 205ms, Maximum = 207ms, Average = 205ms
각도기가 올바르게 설치 되었습니까? 버전을 확인하십시오. – Gunderson