You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- WebClientExposingDriver now provides access to response code and response headers
- ResponseAccessors provides convenience methods to access this information
Implementation is finished. Documentation has to be enhanced. This has to be done in the feature branch for 3.0.0 (otherwise our website documents 3.0.0 before it is released)
Adding support for checking http codes.
This is useful if you want to check for example the existence of some resource.
This is also useful to test pure Web APIs with proper REST-oriented http codes.
There is for example a possibility to get it like this:
webRespone = webDriver.getClient.getCurrentWindow.getEnclosedPage.getWebResponse webResponse.getStatusCode
Maybe this is a starting point.
The text was updated successfully, but these errors were encountered: