withHeadlessBrowserConfig method

PivoxBuilder withHeadlessBrowserConfig(
  1. HeadlessBrowserConfig config
)

Sets the headless browser configuration

This determines how the headless browser will behave

Implementation

PivoxBuilder withHeadlessBrowserConfig(HeadlessBrowserConfig config) {
  _headlessBrowserConfig = config;
  return this;
}