ChromeForTesting 125.0.6422.78026

There is a newer version of this package available.
See the version list below for details.
dotnet add package ChromeForTesting --version 125.0.6422.78026
NuGet\Install-Package ChromeForTesting -Version 125.0.6422.78026
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="ChromeForTesting" Version="125.0.6422.78026" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChromeForTesting --version 125.0.6422.78026
#r "nuget: ChromeForTesting, 125.0.6422.78026"
#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 ChromeForTesting as a Cake Addin
#addin nuget:?package=ChromeForTesting&version=125.0.6422.78026

// Install ChromeForTesting as a Cake Tool
#tool nuget:?package=ChromeForTesting&version=125.0.6422.78026

Portable Chrome for Testing

This is portable chrome for testing browser binary distributed as nuget package that doesn't require any installation on system for deployment.

test workflow NuGet version

Nuget version semantic is X.X.X.X0Y where:

It works on:

  • MacOS arm64
  • MacOS x64
  • Linux x64
  • Windows x86
  • Windows x64

Example:

using CliWrap;
using CliWrap.Buffered;
using ChromeForTesting;

BufferedCommandResult res = await Cli.Wrap(ChromeForTestingInstance.ChromePath)
            .WithArguments("--version")
            .WithValidation(CommandResultValidation.None)
            .ExecuteBufferedAsync();

Console.WriteLine($"Exit code: {res.ExitCode}");
Console.WriteLine($"Output: {res.StandardOutput}");
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. 
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
126.0.6478.126032 86 6/25/2024
126.0.6478.63032 344 6/21/2024
126.0.6478.62032 87 6/19/2024
126.0.6478.61032 463 6/14/2024
126.0.6478.55032 77 6/12/2024
125.0.6422.141032 1,238 5/31/2024
125.0.6422.78032 487 5/29/2024
125.0.6422.78031 70 5/29/2024
125.0.6422.78029 181 5/28/2024
125.0.6422.78028 71 5/28/2024
125.0.6422.78027 92 5/28/2024
125.0.6422.78026 87 5/27/2024
125.0.6422.78025 71 5/27/2024
125.0.6422.78024 75 5/27/2024
125.0.6422.78023 71 5/27/2024
125.0.6422.78022 104 5/24/2024
125.0.6422.60021 342 5/21/2024
125.0.6422.60019 62 5/20/2024
125.0.6422.60018 55 5/20/2024
125.0.6422.60017 52 5/20/2024
125.0.6422.60016 51 5/20/2024
125.0.6422.60015 47 5/20/2024
125.0.6422.60014 45 5/20/2024
125.0.6422.60013 35 5/20/2024
125.0.6422.60012 55 5/20/2024
125.0.6422.60011 67 5/20/2024
125.0.6422.6003 46 5/20/2024
125.0.6422.6001 47 5/20/2024