How do I ask Selenium IDE to check a HTTP Status Code (e.g. 2XX, 404, 500)
问题 How do I ask Selenium IDE to test HTTP Status codes after loading a page? I know this is possible (but awkward) in regular Selenium, how about in Selenium-IDE? Is there a plugin or other way to get something like: open http://www.example.com/changepassword/obama assertHTTPStatus 5XX Thus asserting either success (or this this case failure) or a particular open? Without checking the status code, I have to check page text, which is fragile as someone might redesign the look or feel of the error