实现如何在浏览器中新开一个tab,并输入url.
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.Keys;
WebElement element = null;
String url="http://www.baidu.com";
Selenium如何在浏览器新开一个Tab,布布扣,bubuko.com
原文地址:http://blog.csdn.net/xlyu2006/article/details/25630465