Is it possible to check whether a page is old (in that case this page will be skipped by the test) by evaluating the If-Modified-Since HTTP header property of a page?
Is it possible to check this before the page is completely loaded, therefore saving some bandwith and time?
I am using RemoteWebDriver()
If-Modified-Sinceis an http request header. Do you meanLast-Modified?