errorContent {seleniumPipes}R Documentation

Returns the content from remote webdriver

Description

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

Usage

errorContent()

Value

returns content see content

Examples

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

## End(Not run)

[Package seleniumPipes version 0.3.7 Index]