errorResponse function

Return the response from remote webdriver

Return the response from remote webdriver

errorResponse returns the response from the remote webdriver on an error.

errorResponse()

Returns

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)