errorContent {seleniumPipes} | R Documentation |
errorContent
returns the content from the remote webdriver on an error.
errorContent()
returns content see content
## Not run:
remDr <- remoteDr()
remDr %>% findElement("name", "sdofnsdofk")
errorContent()
## End(Not run)