get the browser console log data (if available) from test
getConsoleLogData(server, testId, run = 1L, repeatView = FALSE, dryRun = FALSE, ...)
A list containing the console log data. If no console log data is available for the test a HTTP 404 error is returned.
## Not run: ------------------------------------ # WPT <- server() # history <- getHistory(WPT, filter = "London") # tID <- as.character(history[dim(history)[1], "Test ID"]) # ConsoleLog <- getConsoleLogData(WPT, tID) ## ---------------------------------------------