Ossa.TestFramework.UIIntegration.Selenium 1.0.0-beta0001

This is a prerelease version of Ossa.TestFramework.UIIntegration.Selenium.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ossa.TestFramework.UIIntegration.Selenium --version 1.0.0-beta0001
                    
NuGet\Install-Package Ossa.TestFramework.UIIntegration.Selenium -Version 1.0.0-beta0001
                    
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.0.0-beta0001" />
                    
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.0.0-beta0001" />
                    
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.0.0-beta0001
                    
#r "nuget: Ossa.TestFramework.UIIntegration.Selenium, 1.0.0-beta0001"
                    
#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.
#addin nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=1.0.0-beta0001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ossa.TestFramework.UIIntegration.Selenium&version=1.0.0-beta0001&prerelease
                    
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.4.0 253 6/13/2025
1.3.1 283 6/11/2025
1.3.1-beta0001 272 6/11/2025
1.3.0 258 6/10/2025
1.2.0 117 5/30/2025
1.1.0 141 5/26/2025
1.1.0-alpha0720 91 6/7/2024
1.0.1 168 6/7/2024
1.0.0-beta0001 92 6/7/2024
0.4.0 110 6/7/2024
0.4.0-alpha0054 97 6/7/2024
0.4.0-alpha0049 96 6/7/2024
0.4.0-alpha0048 80 6/7/2024
0.4.0-alpha0041 96 6/7/2024
0.4.0-alpha0039 108 6/6/2024
0.4.0-alpha0038 95 6/6/2024
0.4.0-alpha0037 98 6/6/2024
0.4.0-alpha0025 97 6/6/2024
0.4.0-alpha0017 94 6/6/2024
0.4.0-alpha0016 93 6/6/2024
0.4.0-alpha0014 93 6/5/2024
0.4.0-alpha0012 83 6/5/2024
0.4.0-alpha0010 87 6/5/2024
0.4.0-alpha0007 83 6/5/2024
0.4.0-alpha0006 98 6/5/2024
0.4.0-alpha0004 94 6/5/2024
0.4.0-alpha0003 83 6/5/2024
0.4.0-alpha0002 91 6/5/2024
0.4.0-alpha0001 86 6/5/2024
0.2.0-fastertests-ah0001 171 6/3/2024 0.2.0-fastertests-ah0001 is deprecated.
0.2.0-alpha0705 114 6/4/2024 0.2.0-alpha0705 is deprecated.
0.2.0-alpha0701 100 6/3/2024 0.2.0-alpha0701 is deprecated.
0.2.0-alpha0696 110 6/3/2024 0.2.0-alpha0696 is deprecated.
0.2.0-alpha0692 103 6/3/2024 0.2.0-alpha0692 is deprecated.
0.2.0-alpha0690 113 6/3/2024 0.2.0-alpha0690 is deprecated.
0.2.0-alpha0688 108 6/3/2024 0.2.0-alpha0688 is deprecated.
0.2.0-alpha0670 106 6/3/2024 0.2.0-alpha0670 is deprecated.
0.2.0-alpha0668 97 6/2/2024 0.2.0-alpha0668 is deprecated.
0.2.0-alpha0662 107 5/30/2024 0.2.0-alpha0662 is deprecated.
0.2.0-alpha0651 112 5/29/2024 0.2.0-alpha0651 is deprecated.
0.2.0-alpha0650 107 5/29/2024 0.2.0-alpha0650 is deprecated.
0.2.0-alpha0641 110 5/29/2024 0.2.0-alpha0641 is deprecated because it has critical bugs.
0.2.0-alpha0639 112 5/29/2024 0.2.0-alpha0639 is deprecated because it has critical bugs.
0.2.0-alpha0634 110 5/28/2024 0.2.0-alpha0634 is deprecated because it has critical bugs.
0.2.0-alpha0622 108 5/28/2024 0.2.0-alpha0622 is deprecated because it has critical bugs.
0.2.0-alpha0617 127 5/24/2024 0.2.0-alpha0617 is deprecated because it has critical bugs.
0.2.0-alpha0608 116 5/23/2024 0.2.0-alpha0608 is deprecated because it has critical bugs.
0.2.0-alpha0602 104 5/23/2024 0.2.0-alpha0602 is deprecated because it has critical bugs.
0.2.0-alpha0598 110 5/23/2024 0.2.0-alpha0598 is deprecated because it has critical bugs.
0.2.0-alpha0596 115 5/22/2024 0.2.0-alpha0596 is deprecated because it has critical bugs.
0.2.0-alpha0593 115 5/22/2024 0.2.0-alpha0593 is deprecated because it has critical bugs.
0.2.0-alpha0583 113 5/22/2024 0.2.0-alpha0583 is deprecated because it has critical bugs.
0.2.0-alpha0581 99 5/22/2024 0.2.0-alpha0581 is deprecated because it has critical bugs.
0.2.0-alpha0576 121 5/21/2024 0.2.0-alpha0576 is deprecated because it has critical bugs.
0.2.0-alpha0575 106 5/21/2024 0.2.0-alpha0575 is deprecated because it has critical bugs.
0.2.0-alpha0563 104 5/21/2024 0.2.0-alpha0563 is deprecated because it has critical bugs.
0.2.0-alpha0561 130 5/21/2024 0.2.0-alpha0561 is deprecated because it has critical bugs.
0.2.0-alpha0548 117 5/20/2024 0.2.0-alpha0548 is deprecated because it has critical bugs.
0.2.0-alpha0547 89 5/20/2024 0.2.0-alpha0547 is deprecated because it has critical bugs.
0.2.0-alpha0539 113 5/17/2024 0.2.0-alpha0539 is deprecated because it has critical bugs.
0.2.0-alpha0501 124 5/10/2024 0.2.0-alpha0501 is deprecated because it has critical bugs.
0.2.0-alpha0433 95 5/2/2024 0.2.0-alpha0433 is deprecated because it has critical bugs.
0.2.0-alpha0408 114 4/28/2024 0.2.0-alpha0408 is deprecated because it has critical bugs.
0.2.0-alpha0401 119 4/22/2024 0.2.0-alpha0401 is deprecated because it has critical bugs.
0.2.0-alpha0399 127 4/19/2024 0.2.0-alpha0399 is deprecated because it has critical bugs.
0.2.0-alpha0398 124 4/18/2024 0.2.0-alpha0398 is deprecated because it has critical bugs.
0.2.0-alpha0396 111 4/18/2024 0.2.0-alpha0396 is deprecated because it has critical bugs.
0.2.0-alpha0395 108 4/18/2024 0.2.0-alpha0395 is deprecated because it has critical bugs.
0.2.0-alpha0352 108 4/18/2024 0.2.0-alpha0352 is deprecated because it has critical bugs.
0.2.0-alpha0350 112 4/18/2024 0.2.0-alpha0350 is deprecated because it has critical bugs.
0.2.0-alpha0349 128 4/17/2024 0.2.0-alpha0349 is deprecated because it has critical bugs.
0.2.0-alpha0347 127 4/16/2024 0.2.0-alpha0347 is deprecated because it has critical bugs.
0.2.0-alpha0346 117 4/12/2024 0.2.0-alpha0346 is deprecated because it has critical bugs.
0.2.0-alpha0345 131 4/12/2024 0.2.0-alpha0345 is deprecated because it has critical bugs.
0.2.0-alpha0339 118 4/12/2024 0.2.0-alpha0339 is deprecated because it has critical bugs.
0.2.0-alpha0337 122 4/11/2024 0.2.0-alpha0337 is deprecated because it has critical bugs.
0.2.0-alpha0335 111 4/11/2024 0.2.0-alpha0335 is deprecated because it has critical bugs.
0.2.0-alpha0333 121 4/10/2024 0.2.0-alpha0333 is deprecated because it has critical bugs.
0.2.0-alpha0309 126 4/10/2024 0.2.0-alpha0309 is deprecated because it has critical bugs.
0.2.0-alpha0307 124 4/4/2024 0.2.0-alpha0307 is deprecated because it has critical bugs.
0.2.0-alpha0305 125 4/3/2024 0.2.0-alpha0305 is deprecated because it has critical bugs.
0.2.0-alpha0303 127 4/2/2024 0.2.0-alpha0303 is deprecated because it has critical bugs.
0.2.0-alpha0294 113 4/1/2024 0.2.0-alpha0294 is deprecated because it has critical bugs.
0.2.0-alpha0293 123 3/28/2024 0.2.0-alpha0293 is deprecated because it has critical bugs.
0.2.0-alpha0292 119 3/28/2024 0.2.0-alpha0292 is deprecated because it has critical bugs.
0.2.0-alpha0291 111 3/27/2024 0.2.0-alpha0291 is deprecated because it has critical bugs.
0.2.0-alpha0290 121 3/27/2024 0.2.0-alpha0290 is deprecated because it has critical bugs.
0.2.0-alpha0283 117 3/26/2024 0.2.0-alpha0283 is deprecated because it has critical bugs.
0.2.0-alpha0273 123 3/24/2024 0.2.0-alpha0273 is deprecated because it has critical bugs.
0.2.0-alpha0271 107 3/24/2024 0.2.0-alpha0271 is deprecated because it has critical bugs.
0.2.0-alpha0264 116 3/24/2024 0.2.0-alpha0264 is deprecated because it has critical bugs.
0.2.0-alpha0260 118 3/24/2024 0.2.0-alpha0260 is deprecated because it has critical bugs.
0.2.0-alpha0234 121 3/21/2024 0.2.0-alpha0234 is deprecated because it has critical bugs.
0.2.0-alpha0218 130 3/20/2024 0.2.0-alpha0218 is deprecated because it has critical bugs.
0.2.0-alpha0217 122 3/19/2024 0.2.0-alpha0217 is deprecated because it has critical bugs.
0.2.0-alpha0212 132 3/19/2024 0.2.0-alpha0212 is deprecated because it has critical bugs.
0.2.0-alpha0204 107 3/18/2024 0.2.0-alpha0204 is deprecated because it has critical bugs.
0.2.0-alpha0202 141 3/18/2024 0.2.0-alpha0202 is deprecated because it has critical bugs.