errorResponse {seleniumPipes} | R Documentation |
errorResponse
returns the response from the remote webdriver on an error.
errorResponse()
returns response see VERB
. Headers, request etc. can be examined from this object.
## Not run:
remDr <- remoteDr()
remDr %>% findElement("name", "sdofnsdofk")
errorResponse()
## End(Not run)