add linux config example

This commit is contained in:
Nick Sweeting 2019-01-23 01:48:04 -05:00
parent 95301c9306
commit 20de451515
2 changed files with 4 additions and 2 deletions

View file

@ -60,10 +60,11 @@ if not CHROME_BINARY:
'chromium-browser',
'chromium',
'google-chrome',
'google-chrome-stable',
'google-chrome-unstable',
'google-chrome-beta',
'google-chrome-canary',
'google-chrome-dev',
'google-chrome-unstable',
)
for name in common_chrome_executable_names:
full_path_exists = shutil.which(name)