Ossa.TestFramework.UIIntegration.Selenium 1.6.1

dotnet add package Ossa.TestFramework.UIIntegration.Selenium --version 1.6.1
                    
NuGet\Install-Package Ossa.TestFramework.UIIntegration.Selenium -Version 1.6.1
                    
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="Ossa.TestFramework.UIIntegration.Selenium" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ossa.TestFramework.UIIntegration.Selenium" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Ossa.TestFramework.UIIntegration.Selenium" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ossa.TestFramework.UIIntegration.Selenium --version 1.6.1
                    
#r "nuget: Ossa.TestFramework.UIIntegration.Selenium, 1.6.1"
                    
#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.
#:package Ossa.TestFramework.UIIntegration.Selenium@1.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=1.6.1
                    
Install as a Cake Tool

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 starter template

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

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.6.1 223 7/14/2025
1.5.0 196 7/1/2025
1.4.0 323 6/13/2025
1.3.1 365 6/11/2025
1.3.1-beta0001 337 6/11/2025
1.3.0 329 6/10/2025
1.2.0 173 5/30/2025
1.1.0 188 5/26/2025
1.1.0-alpha0720 144 6/7/2024
1.0.1 243 6/7/2024
1.0.0-beta0001 156 6/7/2024
0.4.0 176 6/7/2024
0.4.0-alpha0054 155 6/7/2024
0.4.0-alpha0049 155 6/7/2024
0.4.0-alpha0048 140 6/7/2024
0.4.0-alpha0041 145 6/7/2024
0.4.0-alpha0039 170 6/6/2024
0.4.0-alpha0038 156 6/6/2024
0.4.0-alpha0037 155 6/6/2024
0.4.0-alpha0025 158 6/6/2024
Loading failed