Selenium.WebDriver.IEDriver 2.45.0.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Selenium.WebDriver.IEDriver --version 2.45.0.1
                    
NuGet\Install-Package Selenium.WebDriver.IEDriver -Version 2.45.0.1
                    
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.45.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Selenium.WebDriver.IEDriver" Version="2.45.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Selenium.WebDriver.IEDriver" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Selenium.WebDriver.IEDriver --version 2.45.0.1
                    
#r "nuget: Selenium.WebDriver.IEDriver, 2.45.0.1"
                    
#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.
#addin nuget:?package=Selenium.WebDriver.IEDriver&version=2.45.0.1
                    
Install Selenium.WebDriver.IEDriver as a Cake Addin
#tool nuget:?package=Selenium.WebDriver.IEDriver&version=2.45.0.1
                    
Install Selenium.WebDriver.IEDriver as a Cake Tool

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" をソース管理リポジトリに登録する必要はありません。
     / The installing/uninstalling script codes that contained this package are free and unencumbered software released into the public domain.
     / "iedriverserver.exe" is licensed under the Apache license v.2.0.

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 10 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
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.
featurist/coypu
Intuitive, robust browser automation for .Net
Accenture/Ocaramba
C# Framework to automate tests using Selenium WebDriver
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
MattHoneycutt/SpecsFor
SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
TestStack/TestStack.Seleno
Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
bbaia/protractor-net
The .NET port of Protractor, an E2E test framework for Angular apps
nhibernate/NHibernate.AspNet.Identity
ASP.NET Identity Provider for NHibernate
Version Downloads Last updated
2.45.0.2-beta 357 3/6/2015
2.45.0.1 4,601 3/3/2015
2.45.0 174 3/3/2015
2.44.0 5,912 10/30/2014
2.43.0 2,784 9/20/2014
2.42.0.1-beta2 189 8/14/2014
2.42.0.1-beta 80 8/13/2014
2.42.0 2,990 6/4/2014
2.41.0.1 786 4/7/2014
2.41.0.1-beta3 76 4/5/2014
2.41.0.1-beta2 85 4/4/2014
2.41.0 216 3/31/2014
2.40.0 1,608 2/25/2014
2.39.0 127 2/22/2014
2.35.3.3 1,615 8/29/2013
2.35.3.2 81 8/28/2013
2.35.3.1 85 8/28/2013
2.35.3 91 8/28/2013

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.