Mitre.PageFramework
1.0.9
dotnet add package Mitre.PageFramework --version 1.0.9
NuGet\Install-Package Mitre.PageFramework -Version 1.0.9
<PackageReference Include="Mitre.PageFramework" Version="1.0.9" />
paket add Mitre.PageFramework --version 1.0.9
#r "nuget: Mitre.PageFramework, 1.0.9"
// Install Mitre.PageFramework as a Cake Addin #addin nuget:?package=Mitre.PageFramework&version=1.0.9 // Install Mitre.PageFramework as a Cake Tool #tool nuget:?package=Mitre.PageFramework&version=1.0.9
A simple page framework for performing gherkin-based acceptance test driven development using Selenium WebDriver
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
-
- FluentAssertions (>= 2.2.0)
- NUnit (>= 2.6.3)
- Selenium.Support (>= 2.41.0)
- Selenium.WebDriver (>= 2.41.0)
- SpecFlow (>= 1.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.6 - Added methods to Navigator and Page that allow for clicking element via SendKeys(Keys.Enter) method. Use when Click() does not work.
1.0.7 - Added GoToPageByIdViaKeys method to Page that allows for clicking element via SendKeys(Keys.Enter) method. Use when Click() does not work.
1.0.8 - Changed SelectRadioLabelText to use Click again rather than SendKeys to stop the form submitting at that point.
1.0.9 - Added context id to Navigate.To methods. Added Page helper methods to navigate by link text.