headless property
bool
get
headless
Whether this integration test should be run on the 'web-server' device instead of 'chrome'.
Implementation
bool get headless => argResults[_headlessArg];
Whether this integration test should be run on the 'web-server' device instead of 'chrome'.
bool get headless => argResults[_headlessArg];