如何使用Selenium WebDriver获取HTTP响应代码

如何使用Selenium WebDriver获取HTTP响应代码

问题描述:

我已经使用Selenium2 / WebDriver编写测试,并希望测试HTTP请求是否返回HTTP 403 Forbidden。

I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden.

是否可以获取HTTP响应状态代码Selenium WebDriver?

Is it possible to get the HTTP response status code with Selenium WebDriver?

总之,没有。使用Selenium WebDriver API是不可能的。该项目的问题跟踪器已经讨论过这个问题。 ,该功能不会添加到API。

In a word, no. It's not possible using the Selenium WebDriver API. This has been discussed ad nauseum in the issue tracker for the project, and the feature will not be added to the API.