how ask selenium ide test http status codes after loading page? know possible (but awkward) in regular selenium, how in selenium-ide? there plugin or other way like:
open http://www.example.com/changepassword/obama asserthttpstatus 5xx
thus asserting either success (or this case failure) or particular open? without checking status code, have check page text, fragile might redesign or feel of error page.
there number of existing stack questions touch on topic without addressing head on:
you can't. selenium developers made conscious decision not include data @ webdriver level. see webdriver bug #141 , blog post rantings of selenium contributor lays out clearly:
just proponents of wanting see http status codes in the webdriver api convinced arguments against including it don't hold water, members of project team equally convinced adding bad idea.
if want it, you'll have use tricks such in answer, or pick different tool.