Ministry.WebDriver.Configuration 4.0.0

dotnet add package Ministry.WebDriver.Configuration --version 4.0.0
NuGet\Install-Package Ministry.WebDriver.Configuration -Version 4.0.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="Ministry.WebDriver.Configuration" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ministry.WebDriver.Configuration --version 4.0.0
#r "nuget: Ministry.WebDriver.Configuration, 4.0.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 Ministry.WebDriver.Configuration as a Cake Addin
#addin nuget:?package=Ministry.WebDriver.Configuration&version=4.0.0

// Install Ministry.WebDriver.Configuration as a Cake Tool
#tool nuget:?package=Ministry.WebDriver.Configuration&version=4.0.0

WebDriver.Extensions

This project is set up to provide a basic styled framework to build a page structured model for writing UI Automation tests against in dotnet core or dotnet classic. The attached Google libraries act as samples to create a simple model to run tests against using the framework code in the main libraries. You can use these as a starting point.

Developers - Getting Started

In order to make use of this solution you must have the following installed...

I have VS 2015 will that do?

If you have Visual Studio 2015 Installed you will have to upgrade to support the *.csproj format.

Additional recommendations

I recommend Sourcetree to supplement command line and Visual Studio for its visualisation.

Build and Test

Once you have cloned this repo and checked out the branch that has been created for you run the following commands in the solution root to download dependencies...

As yourself...

  • dotnet restore

You can run tests in Visual Studio 2017 or by using 'dotnet test' on the command line.

Ensure that 'Enable Protected Mode' is turned off in ALL zones in IE.

You will need to make sure that your UI Tests library includes references to any of the Driver packages that you intend to use from nuget to ensure they are added to the output directories...

  • PhantomJS: NO LONGER SUPPORTED
  • Chrome: Selenium.WebDriver.ChromeDriver v120.0.6099.10900
  • IE: Selenium.WebDriver.IEDriver v4.14.0 (On modern setups this can be tricky - Scaling will set the Browser zoom level above 100% which will cause failures. The IE driver is very flaky.)
  • Firefox: Selenium.WebDriver.GeckoDriver v0.33.0
  • Edge: Selenium.WebDriver.MicrosoftWebDriver v10.0.17134 (This is an annoying one as it needs to match the build of Windows 10 used to test with or it will just fail)

The following links relate to all of the key elements within the project technology stack...

Upgrading v3.x to v4.x

v4 no longer supports older .net Framework versions, except via .netStandard 2.0. v4 no longer supports Phantom JS, due to lack of support in the underlying Selenium code which has been updated.

Tests & Samples

A lot of the tests in the code repo don't run anymore (The nature of a changing web!) If anyone wants to get these running again that would be appreciated. This is a big project and could do with some collaborators.

The Ministry of Technology Open Source Products

Welcome to The Ministry of Technology open source products. All open source Ministry of Technology products are distributed under the MIT License for maximum re-usability. Our other open source repositories can be found here...

Where can I get it?

You can download the package for this project from any of the following package managers...

Contribution guidelines

If you would like to contribute to the project, please contact me.

Who do I talk to?

  • Keith Jackson - temporal-net@live.co.uk
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ministry.WebDriver.Configuration:

Package Downloads
Ministry.WebDriver.EntityFramework

A basic styled framework to build a structured page or component model for writing UI Automation tests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 184 12/29/2023
3.0.0 1,388 2/1/2018
2.2.11 1,253 9/26/2017
2.1.10 2,028 8/2/2017
2.1.9 1,454 8/2/2017