Return the response from remote webdriver

Usage

errorResponse()

Value

returns response see VERB. Headers, request etc. can be examined from this object.

Description

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

Examples

## Not run: ------------------------------------ # remDr <- remoteDr() # remDr %>% findElement("name", "sdofnsdofk") # errorResponse() ## ---------------------------------------------