Ossa.TestFramework.UIIntegration.Selenium
0.4.0-alpha0049
See the version list below for details.
dotnet add package Ossa.TestFramework.UIIntegration.Selenium --version 0.4.0-alpha0049
NuGet\Install-Package Ossa.TestFramework.UIIntegration.Selenium -Version 0.4.0-alpha0049
<PackageReference Include="Ossa.TestFramework.UIIntegration.Selenium" Version="0.4.0-alpha0049" />
paket add Ossa.TestFramework.UIIntegration.Selenium --version 0.4.0-alpha0049
#r "nuget: Ossa.TestFramework.UIIntegration.Selenium, 0.4.0-alpha0049"
// Install Ossa.TestFramework.UIIntegration.Selenium as a Cake Addin #addin nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=0.4.0-alpha0049&prerelease // Install Ossa.TestFramework.UIIntegration.Selenium as a Cake Tool #tool nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=0.4.0-alpha0049&prerelease
Ossa.TestFramework.UIIntegration.Selenium
Overview
This package based on Selenium and C# provides a set of methods and test project configuration to speed up UI/Integration tests. Along with configuration assistance to support the Ossa.TestFrameWorkTemplates 'ossa-test-selenium' template, the test methods are designed to be consitent across both Ossa.TestFramework.UIIntegration.Selenium and Ossa.TestFramework.UIIntegration.Playwright packages
The package provides functionality for organising actions in Steps, and provides a simple interface for performing common UI test actions and selection methods.
Advantages are:
reduced reliance on complex selectors
Tested helper methods for dropdowns, iframes, slider/range inputs, and more
Addition of focus, scroll-to, and wait for element functionality to improve reliability of tests similar to playwright.
Automatic snapshots after each user step and snapshot on error/test failure
Reduced need to keep updating driver packages as browsers get updated. This is done with the inclusion of WebDriverManager.
Getting Started
Install the package to your integration project using nuget manager or from the dotnet command line:
dotnet new add Ossa.TestFramework.UIIntegration.Selenium
or install the startertemplate
Starter integration project
See nuget package Ossa.TestFramework.Templates for a starter project and install the ossa-test-selenium template.
Prerequisites
- Recommended Visual studio 2022 or later
- .NET 8.0 or later
Usage
Ossa.TestFramework.Templates for a starter project example or see the devops WIKI. Main components are SeleniumBrowserSession (implementing IBrowserSession) and SeleniumByLocator (implemeting IByLocator). Which can be used to implement a PageObject pattern for your tests
Want to implement some additional selenium code? Simply use the IBylocator.Selector to obtain a Selenium 'By' object you can work with
Additional documentation
Ossa Templates: https://www.nuget.org/packages/Ossa.TestFramework.Templates/ Selenium: https://www.selenium.dev/documentation/en/ WebdriverManager: https://www.nuget.org/packages/WebDriverManager
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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. |
-
net6.0
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Console (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Ossa.TestFramework.Core (>= 0.4.0-alpha0049)
- Selenium.Support (>= 4.20.0)
- Selenium.WebDriver (>= 4.20.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- WebDriverManager (>= 2.17.2)
-
net7.0
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Console (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Ossa.TestFramework.Core (>= 0.4.0-alpha0049)
- Selenium.Support (>= 4.20.0)
- Selenium.WebDriver (>= 4.20.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- WebDriverManager (>= 2.17.2)
-
net8.0
- DotNetSeleniumExtras.WaitHelpers (>= 3.11.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Console (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Ossa.TestFramework.Core (>= 0.4.0-alpha0049)
- Selenium.Support (>= 4.20.0)
- Selenium.WebDriver (>= 4.20.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- WebDriverManager (>= 2.17.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.