withHeadlessBrowserConfig method
Sets the headless browser configuration
This determines how the headless browser will behave
Implementation
PivoxBuilder withHeadlessBrowserConfig(HeadlessBrowserConfig config) {
_headlessBrowserConfig = config;
return this;
}