Selenium WebDriver.get(url) does not open the URL

前端 未结 18 2036
醉梦人生
醉梦人生 2020-11-29 07:36
from selenium import webdriver
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui impo         


        
18条回答
  •  余生分开走
    2020-11-29 07:40

    If your are using it in windows machine, check whether the selenium webdriver you have installed is of the latest one. I just now explored that my webdriver is of old one and it just opens the firefox but it couldn't process the get function.

    Updation of the webdriver resolves this problem

提交回复
热议问题