get the Chrome Developer Tools Timeline data (if available) from test
getTimelineData(server, testId, run = 1L, repeatView = FALSE, dryRun = FALSE, ...)
A list containing the timeline
## Not run: ------------------------------------ # WPT <- server() # history <- getHistory(WPT, filter = "London") # tID <- as.character(history[dim(history)[1], "Test ID"]) # timelineData <- getTimelineData(WPT, tID) ## ---------------------------------------------