TAF.Core.GenericGuiDriver
1.0.0
See the version list below for details.
dotnet add package TAF.Core.GenericGuiDriver --version 1.0.0
NuGet\Install-Package TAF.Core.GenericGuiDriver -Version 1.0.0
<PackageReference Include="TAF.Core.GenericGuiDriver" Version="1.0.0" />
paket add TAF.Core.GenericGuiDriver --version 1.0.0
#r "nuget: TAF.Core.GenericGuiDriver, 1.0.0"
// Install TAF.Core.GenericGuiDriver as a Cake Addin #addin nuget:?package=TAF.Core.GenericGuiDriver&version=1.0.0 // Install TAF.Core.GenericGuiDriver as a Cake Tool #tool nuget:?package=TAF.Core.GenericGuiDriver&version=1.0.0
Extendable GUI driver for the TAF framework. Used by derived packages like TAF.WebSupport and TAF.WpfSupport. The idea is that the test automation driver (like for example Selenium) should easily be substitutable for another driver without changing the test implementation. We've seen great test automation implementations being made useless within a day because of technology upgrades in the system under test, and with a tight implementation of driver in the testing this is really hard to cope with without re-writing all tests. With the use of a generic extendable approach this is still achievable.
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. |
-
- TAF.Logging.DesktopScreenshot (>= 1.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TAF.Core.GenericGuiDriver:
Package | Downloads |
---|---|
TAF.WebSupport
Extends TAF test automation framework to enable web testing. |
|
TAF.WpfSupport
Support for interaction with, and testing of, WPF clients with test automation framework TAF. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 4,725 | 8/24/2022 |
2.2.2 | 1,179 | 2/17/2020 |
2.2.1 | 488 | 2/12/2020 |
2.2.0 | 1,207 | 1/15/2020 |
2.1.0 | 494 | 1/13/2020 |
2.0.2 | 714 | 12/16/2019 |
2.0.1 | 579 | 12/10/2019 |
2.0.0 | 542 | 12/3/2019 |
1.5.0 | 778 | 11/22/2019 |
1.4.11 | 560 | 11/12/2019 |
1.4.10 | 538 | 10/5/2019 |
1.3.18 | 1,251 | 6/20/2019 |
1.3.17 | 2,228 | 2/21/2019 |
1.3.16 | 1,410 | 11/14/2018 |
1.3.15 | 1,238 | 10/16/2018 |
1.3.14 | 1,480 | 10/14/2018 |
1.3.13 | 1,402 | 10/14/2018 |
1.3.12 | 1,406 | 10/12/2018 |
1.3.11 | 1,429 | 10/11/2018 |
1.2.11 | 1,438 | 10/8/2018 |
1.2.10 | 1,442 | 10/7/2018 |
1.2.9 | 1,395 | 10/7/2018 |
1.2.8 | 2,104 | 10/4/2018 |
1.2.7 | 1,430 | 9/26/2018 |
1.2.6 | 951 | 9/20/2018 |
1.2.5 | 1,692 | 9/13/2018 |
1.2.4 | 1,256 | 9/10/2018 |
1.2.3 | 1,198 | 9/10/2018 |
1.2.2 | 759 | 9/10/2018 |
1.2.1 | 1,576 | 9/4/2018 |
1.2.0 | 1,275 | 9/2/2018 |
1.1.5 | 1,066 | 8/22/2018 |
1.1.2 | 1,590 | 8/17/2018 |
1.1.1 | 836 | 8/17/2018 |
1.1.0 | 1,582 | 8/15/2018 |
1.0.0 | 897 | 6/22/2018 |
Broken out from TAF.Core during major refactoring to TAF.Core v2.