java - Selenium: get Last-Modified HTTP header? -


is possible check whether page old (in case page skipped test) evaluating if-modified-since http header property of page?

is possible check before page loaded, therefore saving bandwith , time?

i using remotewebdriver()

your best bet might use browsermob proxy, designed work selenium , capture http traffic taking place during test. created browsermob proxy based on code developed in selenium rc (i'm creator of that) , browsermob (a cloud performance testing service).


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -