Selenium.Spotfire 3.1.0

dotnet add package Selenium.Spotfire --version 3.1.0
NuGet\Install-Package Selenium.Spotfire -Version 3.1.0
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="Selenium.Spotfire" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.Spotfire --version 3.1.0
#r "nuget: Selenium.Spotfire, 3.1.0"
#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.
// Install Selenium.Spotfire as a Cake Addin
#addin nuget:?package=Selenium.Spotfire&version=3.1.0

// Install Selenium.Spotfire as a Cake Tool
#tool nuget:?package=Selenium.Spotfire&version=3.1.0

Classes to automate Spotfire through Selenium and Chrome, part of the Spotfire.Selenium project.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Selenium.Spotfire:

Package Downloads
Selenium.Spotfire.MSTest

Support for the creation of MSTest based unit tests for Spotfire using Selenium, part of the Spotfire.Selenium project.

Selenium.Spotfire.TestHelpers

Helpers for all types of tests using Spotfire and Selenium, part of the Spotfire.Selenium project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 11,239 4/26/2021
3.0.0 772 4/14/2021
2.1.0 538 4/8/2021
2.0.0 1,036 7/30/2020
1.1.0 625 7/21/2020
1.0.0 680 7/14/2020

3.1.0 - Add SuppressMessages and UnsuppressMessages
 3.0.0 - Update to DotNet 5.0
 2.1.0 - Add support for Spotfire 10.10
 2.0.0 - Modify API for SetServerUrl and OpenSpotfireAnalysis to ease support of configuration in test context
 1.1.0 - Add support for running inside Docker containers
 1.0.0 - initial public release