def initialize_local_chrome():
options = webdriver.ChromeOptions()
options.binary_location = '/home/jdanek/.nix-profile/bin/google-chrome-stable'
driver = webdriver.Chrome(chrome_options=options)
return driver
评论列表
文章目录