R/utils.R

Defines functions print.account

#' @export
print.account <- function(x, ...){
  cat("Sauce Labs Account:\n")
  cat("SauceLabs username:", strsplit(x[["request"]]$options$userpwd, ":")[[1]][1], "\n")
}

Try the RSauceLabs package in your browser

Any scripts or data that you put into this service are public.

RSauceLabs documentation built on May 2, 2019, 2:08 a.m.