MyCustomWebDriver 0.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MyCustomWebDriver --version 0.4.0
NuGet\Install-Package MyCustomWebDriver -Version 0.4.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="MyCustomWebDriver" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyCustomWebDriver --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MyCustomWebDriver, 0.4.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 MyCustomWebDriver as a Cake Addin #addin nuget:?package=MyCustomWebDriver&version=0.4.0 // Install MyCustomWebDriver as a Cake Tool #tool nuget:?package=MyCustomWebDriver&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Library including WebDriverFactory class and other usefull utilities and extensions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 10.0.3)
- NLog (>= 4.4.11)
- NUnit (>= 3.7.1)
- Selenium.Support (>= 3.4.0)
- Selenium.WebDriver.ChromeDriver (>= 2.30.0.1)
- Selenium.WebDriver.GeckoDriver.Win64 (>= 0.17.0)
- Selenium.WebDriver.IEDriver (>= 3.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 1,767 | 9/26/2017 |
1.1.1 | 1,816 | 9/6/2017 |
1.1.0 | 1,624 | 8/22/2017 |
1.0.2 | 1,652 | 8/21/2017 |
1.0.1 | 1,740 | 8/17/2017 |
1.0.0 | 1,674 | 8/16/2017 |
0.4.1 | 1,751 | 6/21/2017 |
0.4.0 | 1,790 | 6/21/2017 |
0.3.1 | 1,623 | 6/19/2017 |
0.3.0 | 1,743 | 5/25/2017 |
0.2.0 | 1,555 | 4/25/2017 |
0.1.1 | 1,508 | 4/20/2017 |
0.1.0 | 1,656 | 4/20/2017 |
- overal refactoring
- dependencies update
- web driver factory improvements (WebDriverFactory)
- implementation of web driver restart functionality (Extensions.IWebDriverExtensions)
- changes in assertion library (Utils.AssertN3)
-