ChromeForTesting 149.0.7827.22045

dotnet add package ChromeForTesting --version 149.0.7827.22045
                    
NuGet\Install-Package ChromeForTesting -Version 149.0.7827.22045
                    
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.22045" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChromeForTesting" Version="149.0.7827.22045" />
                    
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.22045
                    
#r "nuget: ChromeForTesting, 149.0.7827.22045"
                    
#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.22045
                    
#: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.22045
                    
Install as a Cake Addin
#tool nuget:?package=ChromeForTesting&version=149.0.7827.22045
                    
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
149.0.7827.22045 262 5/21/2026
148.0.7778.178045 73 5/20/2026
148.0.7778.167045 134 5/13/2026
148.0.7778.97045 648 4/30/2026
148.0.7778.56045 822 4/24/2026
147.0.7727.117045 110 4/23/2026
147.0.7727.57045 531 4/16/2026
147.0.7727.56045 380 4/8/2026
147.0.7727.50045 639 4/2/2026
147.0.7727.24045 510 3/26/2026
146.0.7680.165045 117 3/24/2026
146.0.7680.153045 559 3/19/2026
146.0.7680.80045 484 3/15/2026
146.0.7680.76045 121 3/13/2026
146.0.7680.72045 118 3/11/2026
146.0.7680.66045 683 3/6/2026
146.0.7680.31045 460 2/26/2026
145.0.7632.117045 481 2/24/2026
145.0.7632.77045 143 2/19/2026
145.0.7632.76045 665 2/14/2026
Loading failed