doc: update readme about webdrivers
This commit is contained in:
parent
429c7f43fc
commit
6771bc6643
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ FileUtils.chdir APP_ROOT do
|
|||
|
||||
system! 'npx @puppeteer/browsers install chromedriver --path ~/.local/bin/headless_browsers'
|
||||
system! 'npx @puppeteer/browsers install chrome --path ~/.local/bin/headless_browsers'
|
||||
puts "\n if chrome and chromedriver versions are not compatible, add the version you want in the above lines. ex : chrome@121"
|
||||
|
||||
system! 'rm -f ~/.local/bin/chromedriver && ln -s $(find ~/.local/bin/headless_browsers -type f -name chromedriver) ~/.local/bin/chromedriver'
|
||||
system! 'rm -f ~/.local/bin/chrome && ln -s $(find ~/.local/bin/headless_browsers -type f -name chrome) ~/.local/bin/chrome'
|
||||
|
|
Loading…
Reference in a new issue