BrowserServerOptions constructor

BrowserServerOptions({
  1. List<String>? args,
  2. bool? chromiumSandbox,
  3. bool? devtools,
  4. String? downloadsPath,
  5. bool? headless,
  6. ListStringOrBool? ignoreDefaultArgs,
  7. Map<String, dynamic>? proxy,
  8. num? timeout,
  9. String? tracesDir,
})

Implementation

BrowserServerOptions({
  this.args,
  this.chromiumSandbox,
  this.devtools,
  this.downloadsPath,
  this.headless,
  this.ignoreDefaultArgs,
  this.proxy,
  this.timeout,
  this.tracesDir,
});