Selenium.WebDriver.IEDriver 3.14.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Selenium.WebDriver.IEDriver --version 3.14.0
NuGet\Install-Package Selenium.WebDriver.IEDriver -Version 3.14.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Selenium.WebDriver.IEDriver" Version="3.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.WebDriver.IEDriver --version 3.14.0
#r "nuget: Selenium.WebDriver.IEDriver, 3.14.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Selenium.WebDriver.IEDriver as a Cake Addin
#addin nuget:?package=Selenium.WebDriver.IEDriver&version=3.14.0

// Install Selenium.WebDriver.IEDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver.IEDriver&version=3.14.0

NuGet package - Selenium WebDriver IEDriver

NuGet Package

What's this? / これは何?

This NuGet package install IE Driver(x86) for Selenium WebDriver into your Unit Test Project.

この NuGet パッケージは、Selenium WebDriver用 IE Driver(x86) を単体テストプロジェクトに追加します。

"IEDriverServer.exe" does not appear in Solution Explorer, but it is copied to bin folder from package folder when the build process.

"IEDriverServer.exe" はソリューションエクスプローラ上には現れませんが、ビルド時にパッケージフォルダから bin フォルダへコピーされます。

NuGet package restoring ready, and no need to commit "IEDriverServer.exe" binary into source code control repository.

NuGet パッケージの復元に対応済み、"IEDriver.exe" をソース管理リポジトリに登録する必要はありません。

How to install? / インストール方法

For example, at the package manager console on Visual Studio, enter following command.
一例として、Visual Studio 上のパッケージ管理コンソールにて、下記のコマンドを入力してください。

PM> Install-Package Selenium.WebDriver.IEDriver

Detail / 詳細

Where is IEDriverServer.exe saved to? / どこに保存?

IEDriverServer.exe exists at
" {solution folder} /packages/Selenium.WebDriver.IEDriver. {ver} /driver"
folder.

 {Solution folder}/
  +-- packages/
  |   +-- Selenium.WebDriver.IEDriver.{version}/
  |       +-- driver/
  |       |   +-- IEDriverServer.exe
  |       +-- build/
  +-- {project folder}/
      +-- bin/
          +-- Debug/
          |   +-- IEDriverServer.exe (copy from above by build process)
          +-- Release/
              +-- IEDriverServer.exe (copy from above by build process)

And package installer configure msbuild task such as .csproj to copy IEDriverServer.exe into output folder during build process.

How to include the driver file into published files? / ドライバーを発行ファイルに含めるには?

"IEDriverServer.exe" isn't included in published files on default configuration. This behavior is by design.

"IEDriverServer.exe" は、既定の構成では、発行ファイルに含まれません。この挙動は仕様です。

If you want to include "IEDriverServer.exe" into published files, please define _PUBLISH_IEDRIVER compilation symbol.

"IEDriverServer.exe" を発行ファイルに含めるには、コンパイル定数 _PUBLISH_IEDRIVER を定義してください。

define _PUBLISH_IEDRIVER compilation symbol

Another way, you can define PublishIEDriver property with value is "true" in MSBuild file (.csproj, .vbproj, etc...) to publish the driver file instead of define compilation symbol.

別の方法として、コンパイル定数を定義する代わりに、MSBuild ファイル (.csproj, .vbproj, etc...) 中で PublishIEDriver プロパティを値 true で定義することでドライバーを発行ファイルに含めることができます。

  <Project ...>
    ...
    <PropertyGroup>
      ...
      <PublishIEDriver>true</PublishIEDriver>
      ...
    </PropertyGroup>
...
</Project>
Note / 補足

PublishIEDriver MSBuild property always override the condition of define _PUBLISH_IEDRIVER compilation symbol or not. If you define PublishIEDriver MSBuild property with false, then the driver file isn't included in publish files whenever define _PUBLISH_IEDRIVER compilation symbol or not.

PublishIEDriver MSBuild プロパティは常に _PUBLISH_IEDRIVER コンパイル定数を定義しているか否かの条件を上書きします。もし PublishIEDriver MSBuild プロパティを false で定義したならば、_PUBLISH_IEDRIVER コンパイル定数を定義しているか否かによらず、ドライバは発行ファイルに含められません。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (48)

Showing the top 5 NuGet packages that depend on Selenium.WebDriver.IEDriver:

Package Downloads
AutoToolKit

MzAutomation Test Framework. Documentation coming soon..

SpecsFor.Mvc

SpecsFor.Mvc is a stand-alone acceptance testing framework for ASP.NET MVC. It enables you to write strongly-typed, refactor friendly integration tests using the browser and testing framework of your choice.

Objectivity.Test.Automation.Common.NUnit

[DEPRECATED] Use Install-Package Ocaramba.Features Install-Package Ocaramba.MsTest Install-Package Ocaramba.NUnit Install-Package Ocaramba.xUnit instead

Animatronio

Selenium Framework

Objectivity.Test.Automation.Common.Features

[DEPRECATED] Use Install-Package Ocaramba.Features Install-Package Ocaramba.MsTest Install-Package Ocaramba.NUnit Install-Package Ocaramba.xUnit instead

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on Selenium.WebDriver.IEDriver:

Repository Stars
jakubgarfield/Bonobo-Git-Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
featurist/coypu
Intuitive, robust browser automation for .Net
Implem/Implem.Pleasanter
Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
Version Downloads Last updated
4.14.0 89,319 10/11/2023
4.11.0 60,235 7/31/2023
4.10.0 95,948 6/7/2023
4.8.1 99,531 2/18/2023
4.8.0 26,811 1/23/2023
4.7.0 81,800 12/2/2022
4.6.0 27,055 11/4/2022
4.5.0 37,470 9/28/2022
4.3.0 122,874 8/9/2022
4.2.0 130,545 5/28/2022
4.0.0.1 101,073 3/22/2022
4.0.0 233,922 11/26/2021
3.150.1.2 1,789,827 7/15/2020
3.150.1.2-beta 3,561 7/12/2020
3.150.1.1 48,030 6/28/2020
3.150.1.1-beta 5,006 5/25/2020
3.150.1 1,446,857 10/18/2019
3.150.0 392,096 8/23/2019
3.141.59 518,461 4/11/2019
3.141.5 638,153 1/15/2019
3.141.0 411,448 11/1/2018
3.14.0 640,683 8/3/2018
3.13.0 225,701 6/26/2018
3.12.0 240,515 5/9/2018
3.11.1 369,192 3/14/2018
3.11.0 26,855 3/12/2018
3.10.0 53,775 3/3/2018
3.9.0 124,638 2/6/2018
3.8.0 311,193 12/2/2017
3.7.0 278,796 11/4/2017
3.6.0 144,840 9/26/2017
3.5.1 103,443 8/18/2017
3.5.0 28,729 8/11/2017
3.4.0 517,067 4/22/2017
3.3.0 133,562 3/8/2017
3.2.0 49,260 2/24/2017
3.1.0 40,209 2/17/2017
3.0.0.1 180,987 11/15/2016
3.0.0.1-beta 6,437 10/30/2016
3.0.0 62,669 10/14/2016
2.53.1.1 105,453 8/10/2016
2.53.1 18,494 8/10/2016
2.53.0.1-beta 9,085 5/5/2016
2.53.0 172,046 3/18/2016
2.52.2 7,124 3/15/2016
2.49.0 41,956 1/26/2016
2.48.0 64,757 10/8/2015
2.47.0 30,704 8/12/2015
2.46.0 15,870 6/25/2015
2.45.0.3 8,964 6/3/2015
2.45.0.2-beta 4,147 3/6/2015
2.45.0.1 22,381 3/3/2015
2.45.0 6,276 3/3/2015
2.44.0 57,599 10/30/2014
2.43.0 13,213 9/20/2014
2.42.0.1-beta2 3,828 8/14/2014
2.42.0.1-beta 4,033 8/13/2014
2.42.0 14,848 6/4/2014
2.41.0.1 8,193 4/7/2014
2.41.0.1-beta3 3,532 4/5/2014
2.41.0.1-beta2 4,196 4/4/2014
2.41.0 5,192 3/31/2014
2.40.0 13,401 2/25/2014
2.39.0 4,477 2/22/2014
2.35.3.3 15,139 8/29/2013
2.35.3.2 4,453 8/28/2013
2.35.3.1 4,377 8/28/2013
2.35.3 9,550 8/28/2013

v.3.14.0
   - IE Driver 3.14.0 release
   v.3.13.0
   - IE Driver 3.13.0 release
   v.3.12.0
   - IE Driver 3.12.0 release
   v.3.11.1
   - IE Driver 3.11.1 release
   v.3.11.0
   - IE Driver 3.11.0 release
   v.3.10.0
   - IE Driver 3.10.0 release
   v.3.9.0
   - IE Driver 3.9.0 release
   v.3.8.0
   - IE Driver 3.8.0 release
   v.3.7.0
   - IE Driver 3.7.0 release
   v.3.6.0
   - IE Driver 3.6.0 release
   v.3.5.1
   - IE Driver 3.5.1 release
   v.3.5
   - IE Driver 3.5 release
   v.3.4
   - IE Driver 3.4 release
   v.3.3
   - IE Driver 3.3 release
   v.3.2
   - IE Driver 3.2 release
   v.3.1
   - IE Driver 3.1 release
     v.3.0.0.1
     - Add support for "clean" MSBuild task.
     - Add support for publishing driver file when "_PUBLISH_IEDRIVE" compilation symbol is defined.
   v.3.0
   - IE Driver 3.0 release
   v.2.53.1.1
     - Fix: cause build error when specified absolute output path.
   v.2.53.1
   - IE Driver 2.53.1 release
   v.2.53.0.1
   - Change: Implement copy driver task as MSBuild script, and remove install/uninstall PwoerShell scripts.
   v.2.53
   - IE Driver 2.53 release
   v.2.52.2
   - IE Driver 2.52.2 release
     v.2.49
   - IE Driver 2.49 release
     v.2.48
   - IE Driver 2.48 release
     v.2.47
   - IE Driver 2.47 release
     v.2.46
   - IE Driver 2.46 release
     v.2.45.0.3
     - Re-package to fix license URL.
     v.2.45.0.2
     - Include IEDriverServer.exe in this package, no downloading during package installation.
     v.2.45
     - IE Driver 2.45 release
     v.2.44
     - IE Driver 2.44 release
     v.2.43
     - Update package.
     v.2.42.0.1
     - Fix: Installing this package was fail when .csproj file and packages folder are in a same folder.
     v.2.42
     - Update package.
     v.2.41.0.1
     - HTTP proxy settings are available now.(1. HTTP_PROXY environment variable, 2. NuGet configuration)
     - Fix: Occur exception at Add-Type in init.ps1 when installing the package.