标签: python firefox webdriver
Google Chrome浏览器的ChromeDriver可用here。我找不到Firefox的等价物。 (我认为有必要让ActionChains工作。)
ChromeDriver
ActionChains
答案 0 :(得分:13)
Firefox驱动程序自带Selenium / Webdriver。无需启动外部服务器(如Chromedriver)。它都是内置的。
http://code.google.com/p/selenium/wiki/FirefoxDriver