Firefox WebDriver
class selenium.webdriver.firefox.webdriver.WebDriver(firefox_profile=None, firefox_binary=None, timeout=30, capabilities=None, proxy=None, executable_path='wires')
quit()
退出驱动,关闭所有关联的窗口
NATIVE_EVENTS_ALLOWED = True
firefox_profile
Chrome WebDriver
class selenium.webdriver.chrome...