Answers

Question and Answer:

  Home  Automation

⟩ Tell me do you know a way to refresh browser by using Selenium?

The list of commands to refresh a page in Selenium:

☛ navigate().refresh()

☛ getCurrentUrl()

☛ navigate().to(driver.getCurrentUrl())

☛ sendKeys(Keys.F5)

 163 views

More Questions for you: