Selenium.WebDriver.IEDriver
2.45.0.1
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
<PackageReference Include="Selenium.WebDriver.IEDriver" Version="2.45.0.1" />
paket add Selenium.WebDriver.IEDriver --version 2.45.0.1
#r "nuget: Selenium.WebDriver.IEDriver, 2.45.0.1"
// Install Selenium.WebDriver.IEDriver as a Cake Addin #addin nuget:?package=Selenium.WebDriver.IEDriver&version=2.45.0.1 // Install Selenium.WebDriver.IEDriver as a Cake Tool #tool nuget:?package=Selenium.WebDriver.IEDriver&version=2.45.0.1
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.
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 | 357 | 3/6/2015 |
2.45.0.1 | 4,601 | 3/3/2015 |
2.45.0 | 53 | 3/3/2015 |
2.44.0 | 5,162 | 10/30/2014 |
2.43.0 | 2,172 | 9/20/2014 |
2.42.0.1-beta2 | 189 | 8/14/2014 |
2.42.0.1-beta | 80 | 8/13/2014 |
2.42.0 | 3,373 | 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 | 499 | 3/31/2014 |
2.40.0 | 4,426 | 2/25/2014 |
2.39.0 | 188 | 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 | 63 | 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.