try to use chromedriver module for path if available
fallback on chromedriver in $PATH
This + testium-driver-wd >= 2.3.0 supports headless chrome:
$ npm i -D chromedriver
browser = chrome
[chrome]
headless = true
chromedriver will no longer be automatically downloaded, as the
selenium-download code is not triggered by browser = chrome
automatically, but you can just include the chromedriver module
in your devDependencies to achieve a similar result
chrome
config sectionchromedriver
be configurable therechrome.command
to be configuredchrome.headless
an auto-defaulting optionchromedriver
module for path if availablechromedriver
in$PATH
This +
testium-driver-wd
>= 2.3.0 supports headless chrome:chromedriver will no longer be automatically downloaded, as the
selenium-download
code is not triggered bybrowser = chrome
automatically, but you can just include thechromedriver
module in yourdevDependencies
to achieve a similar result