package ccwp.info.shiyan;
import org.openqa.selenium.WebDriver.Navigation;
import org.openqa.selenium.firefox.FirefoxDriver;
public class shiyan {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
FirefoxDriver driver = new FirefoxDriver();
Navigation navigation =driver.navigate();
navigation.to("http://www.baidu.com");
driver.close();
driver =null;
}
}
import org.openqa.selenium.WebDriver.Navigation;
import org.openqa.selenium.firefox.FirefoxDriver;
public class shiyan {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
FirefoxDriver driver = new FirefoxDriver();
Navigation navigation =driver.navigate();
navigation.to("http://www.baidu.com");
driver.close();
driver =null;
}
}