ChromeForTesting 146.0.7680.66045

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

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}");

Notes:

  • GPU on Linux is tested only using Vulkan
    • For AMD GPU copy chrome-root/usr/share/libdrm/amdgpu.ids to /usr/share/libdrm/amdgpu.ids unitil this PR is merged, released, deployed, ...
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 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
148.0.7778.56045 60 4/24/2026
147.0.7727.117045 89 4/23/2026
147.0.7727.57045 455 4/16/2026
147.0.7727.56045 366 4/8/2026
147.0.7727.50045 624 4/2/2026
147.0.7727.24045 496 3/26/2026
146.0.7680.165045 106 3/24/2026
146.0.7680.153045 550 3/19/2026
146.0.7680.80045 470 3/15/2026
146.0.7680.76045 110 3/13/2026
146.0.7680.72045 105 3/11/2026
146.0.7680.66045 670 3/6/2026
146.0.7680.31045 446 2/26/2026
145.0.7632.117045 469 2/24/2026
145.0.7632.77045 134 2/19/2026
145.0.7632.76045 656 2/14/2026
145.0.7632.67045 114 2/13/2026
145.0.7632.46045 667 2/5/2026
145.0.7632.26045 130 2/2/2026
144.0.7559.133045 117 2/4/2026
Loading failed