errorContent function

Returns the content from remote webdriver

Returns the content from remote webdriver

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

errorContent()

Returns

returns content see content

Examples

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