标签:
class selenium.webdriver.chrome.webdriver.WebDriver(executable_path=‘chromedriver‘, port=0, chrome_options=None, service_args=None, desired_capabilities=None, service_log_path=None)
Bases: selenium.webdriver.remote.webdriver.WebDriver
Controls the ChromeDriver and allows you to drive the browser.
You will need to download the ChromeDriver executable fromhttp://chromedriver.storage.googleapis.com/index.html
Closes the browser and shuts down the ChromeDriver executable that is started when starting the ChromeDriver
webDriver API——第10部分Chrome WebDriver
标签:
原文地址:http://www.cnblogs.com/hushaojun/p/4467605.html