Centos configuration chromedirver error

clipboard.png
ChromeDriver2.38

ChromeDriver/usr/bin

clipboard.png

:
clipboard.png

Mar.13,2021

https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip

-sharp unzip -> cd chromedriver_linux64

from selenium import webdriver
from os import getcwd
from os.path import join

driver = webdriver.Chrome(join(getcwd, 'chromedriver'))
driver.get('http://www.baidu.com')
Menu