SunamoSelenium 26.5.18.4

dotnet add package SunamoSelenium --version 26.5.18.4
                    
NuGet\Install-Package SunamoSelenium -Version 26.5.18.4
                    
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="SunamoSelenium" Version="26.5.18.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SunamoSelenium" Version="26.5.18.4" />
                    
Directory.Packages.props
<PackageReference Include="SunamoSelenium" />
                    
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 SunamoSelenium --version 26.5.18.4
                    
#r "nuget: SunamoSelenium, 26.5.18.4"
                    
#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 SunamoSelenium@26.5.18.4
                    
#: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=SunamoSelenium&version=26.5.18.4
                    
Install as a Cake Addin
#tool nuget:?package=SunamoSelenium&version=26.5.18.4
                    
Install as a Cake Tool

SunamoSelenium

A .NET library for simplified Selenium WebDriver initialization and management.

Overview

SunamoSelenium is part of the Sunamo package ecosystem, providing modular, platform-independent utilities for .NET development. It wraps common Selenium operations like driver initialization, page navigation, element waiting, and PowerShell output processing.

Main Components

Key Classes

  • SeleniumHelper - Initializes Edge and Chrome WebDriver instances using built-in Selenium Manager for automatic driver download
  • SeleniumService - Provides utility methods for waiting for page load and finding elements
  • SeleniumNavigateService - Navigation with logging and page-ready waiting
  • CmpWorkaroundService - Workaround for Consent Management Platform dialogs via Seznam.cz login
  • CloudFlareHumanVerifyService - Handles CloudFlare human verification challenges
  • ByHelper - Creates CSS selector locators from space-separated class names
  • PsOutput - Processes PowerShell command output and error records
  • ExceptionsExtensions - Recursively collects all exception messages
  • StringToUnixLineEndingExtensions - Converts line endings to Unix format

Installation

dotnet add package SunamoSelenium

Dependencies

  • Microsoft.Extensions.Logging.Abstractions (latest compatible)
  • Microsoft.PowerShell.SDK (v7.4.6)
  • Selenium.Support (v4.40.0)
  • Selenium.WebDriver (v4.40.0)
  • DotNetSeleniumExtras.WaitHelpers (v3.11.0)
  • System.Management.Automation (v7.4.6)

Target Frameworks

Main Library (SunamoSelenium.csproj)

  • Target Frameworks: net10.0, net9.0, net8.0
  • NuGet packages support multiple .NET versions for broad compatibility

Test and Runner Projects

  • Target Framework: net10.0 only
  • Test and runner projects use only the latest .NET version to simplify dependency management

Package Version Notes

PowerShell and System.Management.Automation

  • Uses version 7.4.6 because 7.5.4+ requires .NET 9+ only. Version 7.4.6 supports net8.0, net9.0, and net10.0.

Microsoft.Extensions.Logging.Abstractions

  • Uses wildcard version (*) to automatically get the latest compatible version and avoid dependency conflicts.

License

MIT

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 is compatible.  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
26.5.18.4 85 5/18/2026
26.3.28.3 125 3/28/2026
26.2.7.2 119 2/7/2026
26.2.5.1 112 2/5/2026
26.1.3.1 115 1/3/2026
26.1.2.1 112 1/2/2026
26.1.1.177 110 1/1/2026
26.1.1.176 111 1/1/2026
26.1.1.113 107 1/1/2026
25.12.31.1 108 12/31/2025
25.12.21.1 163 12/21/2025
25.12.19.3 210 12/19/2025
25.12.19.2 206 12/19/2025
25.12.19.1 221 12/19/2025
25.8.22.1 162 8/22/2025
25.6.30.2 186 6/29/2025
25.6.30.1 196 6/29/2025
25.6.29.2 188 6/29/2025
25.6.29.1 189 6/29/2025
25.4.9.1 226 4/9/2025
Loading failed

y