How to refresh a webpage using python selenium webdriver

0 votes
How to refresh a webpage using python selenium webdriver?
Jul 29, 2019 in Selenium by Shaurya
20,318 views

1 answer to this question.

0 votes

Hey Shaurya, the code snippet below shows how you can refresh a webpage using python:

driver = webdriver.Firefox()
driver.get(response.url) 
time.sleep(3)   
driver.refresh()

For further understanding, you can refer to the Selenium Course.

answered Jul 29, 2019 by Anvi
• 14,150 points
Wont it be driver.navigate().refresh() ??
Hey, Have you tried this? Does it work?

Related Questions In Selenium

0 votes
1 answer
+1 vote
2 answers

Is it possible to scroll down in a webpage using selenium webdriver programmed on python?

I using next code for facebook for ...READ MORE

answered May 16, 2019 in Selenium by mslavikas@gmail.com
25,592 views
0 votes
1 answer
0 votes
1 answer

Installing Selenium Webdriver with Python package

Hey Hemant, for installing Selenium Webdriver with ...READ MORE

answered May 8, 2019 in Selenium by Anvi
• 14,150 points
15,199 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,728 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,616 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,691 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP