我正在尝试解决此问题,但无济于事。这是我的源代码
public class ContactInformationTesting {
//Using or Launching Internet Explorer
String exePath = "\\Users\\jj85274\\Desktop\\IEDriverServer.exe";
//For use of IE only; Please enable for IE Browser
WebDriver driver = new InternetExplorerDriver();
@Test
public void OpenPage_Login() {
driver.get("http://cp-qa.harriscomputer.com/");
}