如何在高山蟒蛇中使用chromedriver和selenium

时间:2018-06-08 18:34:30

标签: python selenium selenium-chromedriver chromium alpine

在alpine,我运行以下两个命令:

apk update
apk add chromium chromium-chromedriver

我现在想通过python使用chlenmedver和selenium。在Windows中,我会在同一目录中使用.exe时执行以下操作。

browser = webdriver.Chrome(executable_path=r"chromedriver.exe")

如何使用我刚刚使用apk add in alpine安装的chromedriver。

PS:selenium库是通过pip install安装的。

0 个答案:

没有答案