Replies: 1 comment
|
Here is solution after tests. Install Chrome by wget. Without chromedriver. Install xvfb. Then in terminal Don't forget. @browser(enable_xvfb_virtual_display=True, port=9222). And it works perfect on ubuntu server in headful mode. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone. What should I install on ubuntu server for running botasaurus project in headless mode? Only chromedriver? Or chrome and chromedriver?
google-chrome --version wget https://chromedriver.storage.googleapis.com/124.0.6367.91/chromedriver_linux64.zip unzip chromedriver_linux64.zip sudo mv chromedriver /usr/local/bin/ sudo chmod +x /usr/local/bin/chromedriverIs it right?
All reactions