要
DS-Amazon-Quick-View使用的python客户端添加/安装Chrome扩展程序,可以使用以下示例:
代码块:
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
chrome_options.add_extension(‘/home/daniel/amazon-project-scrapers/chromedriver_linux64/DS-Amazon-Quick-View_v2.8.9.crx’)
driver = webdriver.Chrome(options=chrome_options, executable_path=’/path/to/chromedriver’)
driver.get(‘https://www.google.co.in')



