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 page.
There are a number of existing Stack questions that touch on this topic without addressing it head on: