2015-05-25から1日間の記事一覧

【Selenium】【Java】Selenium in JUnit ~ファイルダウンロード編~

■ ダウンロードの確認 Firefox @Test public void DownloadSample() throws Exception { // プロファイルの作成 FirefoxProfile profile = new FirefoxProfile(); // ダウンロードするファイルの保存先フォルダを指定 // 0:デスクトップ 1:ダウンロードフォ…