文章詳情頁
Python Selenium WebDriver如何刷新當前頁面
瀏覽:123日期:2022-06-27 13:31:39
問題描述
當前頁面的URL是:
driver.current_url
難道刷新當前頁面非要這樣,好笨?。?/p>
driver.get(driver.current_url)
問題解答
回答1:參考文章:Python Selenium WebDriver簡明指南
刷新頁面
driver.refresh()
相關文章:
排行榜
