In one of my Selenium test cases, I try to ensure that certain pages can't be accessed. Instead,
HTTP return code 403 should be given.
However, here Selenium terminates test execution with the following exception:
com.thoughtworks.selenium.SeleniumException: XHR ERROR: URL = http://user:
[email protected]/admin Response_Code = 403 Error_Message = Forbidden
Any way to work around that?