ChromeForTesting 152.0.7977.82046

dotnet add package ChromeForTesting --version 152.0.7977.82046
                    
NuGet\Install-Package ChromeForTesting -Version 152.0.7977.82046
                    
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="152.0.7977.82046" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChromeForTesting" Version="152.0.7977.82046" />
                    
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 152.0.7977.82046
                    
#r "nuget: ChromeForTesting, 152.0.7977.82046"
                    
#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@152.0.7977.82046
                    
#: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=152.0.7977.82046
                    
Install as a Cake Addin
#tool nuget:?package=ChromeForTesting&version=152.0.7977.82046
                    
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
152.0.7977.82046 223 9/4/2026
152.0.7977.75046 325 9/2/2026
152.0.7977.64046 313 8/31/2026
152.0.7977.64045 119 8/26/2026
152.0.7977.54045 138 8/20/2026
152.0.7977.42045 1,417 8/13/2026
151.0.7922.138045 100 8/12/2026
151.0.7922.77045 130 8/7/2026
151.0.7922.76045 115 8/5/2026
151.0.7922.71045 136 7/30/2026
151.0.7922.47045 1,175 7/23/2026
151.0.7922.34045 148 7/16/2026
150.0.7871.124045 124 7/15/2026
150.0.7871.115045 143 7/9/2026
150.0.7871.49045 130 7/8/2026
150.0.7871.46045 142 7/1/2026
150.0.7871.24045 1,108 6/18/2026
149.0.7827.155045 150 6/17/2026
149.0.7827.55045 335 6/9/2026
149.0.7827.54045 337 5/30/2026
Loading failed