webDriver API——第9部分Firefox WebDriver
时间:2015-04-29 23:24:21
收藏:0
阅读:402
class selenium.webdriver.firefox.webdriver.WebDriver(firefox_profile=None, firefox_binary=None, timeout=30, capabilities=None, proxy=None)
Bases: selenium.webdriver.remote.webdriver.WebDriver
- quit()
-
Quits the driver and close every associated window.
- NATIVE_EVENTS_ALLOWED= True
- firefox_profile
原文:http://www.cnblogs.com/hushaojun/p/4467598.html
评论(0)