Selenium.WebDriver.IEDriver 2.41.0.1-beta3

This is a prerelease version of Selenium.WebDriver.IEDriver.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Selenium.WebDriver.IEDriver --version 2.41.0.1-beta3
NuGet\Install-Package Selenium.WebDriver.IEDriver -Version 2.41.0.1-beta3
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="2.41.0.1-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.WebDriver.IEDriver --version 2.41.0.1-beta3
#r "nuget: Selenium.WebDriver.IEDriver, 2.41.0.1-beta3"
#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=2.41.0.1-beta3&prerelease

// Install Selenium.WebDriver.IEDriver as a Cake Tool
#tool nuget:?package=Selenium.WebDriver.IEDriver&version=2.41.0.1-beta3&prerelease

Download and install IE Driver(x86) for Selenium WebDriver into your Unit Test Project on the fly.
     "IEDriverServer.exe" added as a linked project item, and copied to bin folder at the build.
     NuGet package restoring ready, and no need to commit "IEDriverServer.exe" binary into source code control repository.
     / Selenium WebDriver用 IE Driver(x86) をその場でダウンロードし単体テストプロジェクトに追加します。
     "IEDriverServer.exe" はリンクされたアイテムとしてプロジェクトに追加され、ビルド時に bin フォルダにコピーされます。
     NuGet パッケージの復元に対応済み、"IEDriver.exe" をソース管理リポジトリに登録する必要はありません。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.45.0.2-beta 356 3/6/2015
2.45.0.1 4,599 3/3/2015
2.45.0 174 3/3/2015
2.44.0 5,911 10/30/2014
2.43.0 2,784 9/20/2014
2.42.0.1-beta2 188 8/14/2014
2.42.0.1-beta 78 8/13/2014
2.42.0 2,989 6/4/2014
2.41.0.1 784 4/7/2014
2.41.0.1-beta3 75 4/5/2014
2.41.0.1-beta2 83 4/4/2014
2.41.0 214 3/31/2014
2.40.0 1,607 2/25/2014
2.39.0 126 2/22/2014
2.35.3.3 1,614 8/29/2013
2.35.3.2 79 8/28/2013
2.35.3.1 83 8/28/2013
2.35.3 89 8/28/2013

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.