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