我正在尝试打开位于Eclipse Project Folder中的本地HTML文件。这是我的代码:
String baseURL = "http://www.google.com";
selenium1 = new WebDriverBackedSelenium(progressDriver, baseURL);
selenium1.open("outputtter.html");
progressDriver.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS);
selenium1.refresh();
这不起作用。请帮忙。感谢。
答案 0 :(得分:0)
使用
selenium1.open("/outputtter.html"); //check the path here.
This depends on from where you are exactly accessing