errorResponse: Return the response from remote webdriver

Description Usage Value Examples

Description

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

Usage

1

Value

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

Examples

1
2
3
4
5
6
## Not run: 
remDr <- remoteDr()
remDr %>% findElement("name", "sdofnsdofk")
errorResponse()

## End(Not run)

seleniumPipes documentation built on May 2, 2019, 5:57 a.m.