Below is a python snippet, which should attempt to initialize a
webdriver instance.
from selenium import webdriver
browser = webdriver.Chrome("/usr/lib/chromium-browser/chromedriver")
print("chrome driver init done")
browser.close()
And there's an
Public bug reported:
Hi, I installed chromium-browser and chromium-driver using apt-get
I ran two commands:
sudo apt-get install chromium-browser && sudo apt-get install
chromium--chromedriver
But the versions doesn't seem to match each other.
I could not instantiate a simple browser using both
Hi Bryan,
We have done bisection, and found the first bad commit is "34b48db" as shown
below.
With this bad commit, the filesystem returns I/O error while copying files to
disk.
We use the same config file copy from ubuntu 14.10, and follow the build
instruction[1].
Would you like to build an