selenium.webdriver.firefox.webdriver

class selenium.webdriver.firefox.webdriver.WebDriver(firefox_profile=None, firefox_binary=None, timeout=30, capabilities=None, proxy=None)[source]
NATIVE_EVENTS_ALLOWED = False
firefox_profile[source]
quit()[source]

Quits the driver and close every associated window.

This Page