开发工具 Web Developer 1.1.8 https://addons.mozilla.org/en-US/firefox/addon/60by chrispederick The Web Developer extension adds a menu and a toolbar with various web developer tools. 说明:超强的web分析工具,开发人员必装. Firebug 1.5.0 https://addons.mozilla.org/en-US/
//导入Selenium 库和FirefoxDriver 库 package com.learningselenium.simplewebdriver; import org.openqa.selenium.*; import org.openqa.selenium.firefox.FirefoxDriver; public class testFirefoxDriver(){ public static main(String[] args){ WebDriver driver = new F