当前页面的 URL 是:
driver.current_url
难道刷新当前页面非要这样,好笨啊:
driver.get(driver.current_url)
driver.current_url
难道刷新当前页面非要这样,好笨啊:
driver.get(driver.current_url)
1
donglongtu Jun 27, 2017
Python Selenium WebDriver 简明指南 : http://www.revotu.com/python-selenium-webdriver-concise-guide.html
刷新页面 driver.refresh() |