list testers status and details

getTesters(server, requestId = NULL, dryRun = FALSE, ...)

Arguments

server
A WebPagetest server
requestId
request ID, useful to track asynchronous requests
dryRun
If TRUE just return the RESTful API URL. Defaults to FALSE
...
Additonal function arguments

Value

A list of testers status and details

Examples

## Not run: ------------------------------------ # WPT <- server() # testers <- getTesters(WPT) ## ---------------------------------------------