ChromeForTesting 149.0.7827.55045

There is a newer version of this package available.
See the version list below for details.
dotnet add package ChromeForTesting --version 149.0.7827.55045
                    
NuGet\Install-Package ChromeForTesting -Version 149.0.7827.55045
                    
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="149.0.7827.55045" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChromeForTesting" Version="149.0.7827.55045" />
                    
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 149.0.7827.55045
                    
#r "nuget: ChromeForTesting, 149.0.7827.55045"
                    
#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@149.0.7827.55045
                    
#: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=149.0.7827.55045
                    
Install as a Cake Addin
#tool nuget:?package=ChromeForTesting&version=149.0.7827.55045
                    
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 232 9/4/2026
152.0.7977.75046 327 9/2/2026
152.0.7977.64046 315 8/31/2026
152.0.7977.64045 121 8/26/2026
152.0.7977.54045 140 8/20/2026
152.0.7977.42045 1,419 8/13/2026
151.0.7922.138045 102 8/12/2026
151.0.7922.77045 133 8/7/2026
151.0.7922.76045 118 8/5/2026
151.0.7922.71045 138 7/30/2026
151.0.7922.47045 1,177 7/23/2026
151.0.7922.34045 150 7/16/2026
150.0.7871.124045 126 7/15/2026
150.0.7871.115045 145 7/9/2026
150.0.7871.49045 132 7/8/2026
150.0.7871.46045 144 7/1/2026
150.0.7871.24045 1,110 6/18/2026
149.0.7827.155045 153 6/17/2026
149.0.7827.55045 337 6/9/2026
149.0.7827.54045 339 5/30/2026
Loading failed