#codding=utf-8
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
options = Options()
options.binary_location = "C:\\chrome_x32\\Chrome-bin\\chrome.exe"
driver = webdriver.Chrome(chrome_options=options,executable_path="C:/chrome_x32/chromedriver_win32/chromedriver")
driver.get('http://www.baidu.com')