Skip to content

Internet Explorer のためのユーティリティー クラスで、ファイルのダウンロードを自動化します

License

Notifications You must be signed in to change notification settings

AsaiToshiya/ZombIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZombIE

ZombIE は、決して死なないゾンビのような Internet Explorer のためのユーティリティー クラスで、ファイルのダウンロードを自動化します。

使い方

  1. ZombIE.cs をプロジェクトにコピーします。
  2. UIAutomationClient と UIAutomationTypes への参照を追加します。
  3. ZombIE の名前空間をプロジェクトの名前空間に変更します。
  4. Internet Explorer を操作して、ダウンロードのダイアログまたは通知バーが表示されたタイミングで、ZombIE の DownloadFileTo メソッドを呼び出します。

例:

var driver = new InternetExplorerDriver();
// ...
driver.FindElement(By.Id("download")).Click();
ZombIE.DownloadFileTo(@"c:\temp\file.doc");

動作環境

  • Internet Explorer 11
  • .NET Framework >= 4.0

About

Internet Explorer のためのユーティリティー クラスで、ファイルのダウンロードを自動化します

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages