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
Post a Comment