Dev_Log

[Java] org.openqa.selenium.InvalidArgumentException: invalid argument

LeeDaniel 2021. 3. 5. 17:10
org.openqa.selenium.InvalidArgumentException: invalid argument

✔ Solution
selenium에서 접근할 url주소앞에
http또는 https를 작성한다
예) http://www.naver.com 
     https://www.naver.com
반응형