Returns the content from remote webdriver

Usage

errorContent()

Value

returns content see content

Description

errorContent returns the content from the remote webdriver on an error.

Examples

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