Hi,

I have some code written that whenever any of my tellurium tests fails
I call getHtmlSource() and write the response to a file for later
analysis. This seems to work fine as long as the server returns an
HTTP error code in the 2XX and 4XX ranges (200, 404, 410) however if
the application under test returns a 500 error my call to
getHtmlSource() returns null.

Is there a way to retrieve the HTML that was returned for these 500
errors? Or at least verify that a 500 response was received by the
browser?

Regards,

Jonathan

-- 
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to