checkResponse {seleniumPipes} | R Documentation |
checkResponse
checks the response from a remote web driver and checks against known errors.
checkResponse(response)
response |
The value returned by a http method from httr see |
Stops with appropriate error if any found. On error errorResponse
and
errorContent
may provide additional detail.
## Not run:
# internal method
## End(Not run)