Eclipse プロジェクト フォルダーにあるローカルの 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();
これは機能していません。助けてください。ありがとう。