How to check if the page is reloaded in a Selenium test

Alex Siminiuc
3 min readMar 7, 2020

(Selenium for Beginners)

Photo by Kai Pilger on Unsplash

Let’s say that you automated the following test case for the Vancouver Public Library site:

  • Open home page
  • Search for Java
  • Check that results page is displayed
  • Check that the total results count is positive

--

--