Gripper.Authenticated
0.0.4
Gripper.WebClient is being actively developed and provides the same API as Gripper.Authenticated used to, and way more (reliable blocking, 1-1 mapping of contexts to iFrames, ...).
See the version list below for details.
dotnet add package Gripper.Authenticated --version 0.0.4
NuGet\Install-Package Gripper.Authenticated -Version 0.0.4
<PackageReference Include="Gripper.Authenticated" Version="0.0.4" />
paket add Gripper.Authenticated --version 0.0.4
#r "nuget: Gripper.Authenticated, 0.0.4"
// Install Gripper.Authenticated as a Cake Addin #addin nuget:?package=Gripper.Authenticated&version=0.0.4 // Install Gripper.Authenticated as a Cake Tool #tool nuget:?package=Gripper.Authenticated&version=0.0.4
Gripper is a web scraping toolbox that operates in a browser window under its control. Gripper uses the chrome devtools protocol (CDP) and is configurable to use either Selenium or chrome-dev-tools-runtime as the CDP client.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- BaristaLabs.ChromeDevTools.Runtime (>= 70.0.3538.77)
- Microsoft.Extensions.Logging (>= 5.0.0)
- Selenium.WebDriver (>= 4.0.0-rc1)
- Selenium.WebDriver.ChromeDriver (>= 93.0.4577.1500)
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 | |
---|---|---|---|
0.2.2 | 1,159 | 10/28/2021 | |
0.2.1 | 1,077 | 10/28/2021 | |
0.2.0 | 1,063 | 10/26/2021 | |
0.1.0 | 1,011 | 10/26/2021 | |
0.0.9 | 1,049 | 10/26/2021 | |
0.0.8 | 1,059 | 10/26/2021 | |
0.0.7 | 1,052 | 10/25/2021 | |
0.0.6 | 1,074 | 10/22/2021 | |
0.0.5 | 1,035 | 10/22/2021 | |
0.0.4 | 1,029 | 10/20/2021 | |
0.0.3 | 829 | 10/20/2021 | |
0.0.2 | 1,062 | 10/19/2021 | |
0.0.1 | 1,051 | 10/18/2021 |
With this pre-release, Gripper will with reasonable reliability
behave nicely with Chrome,
kill an attached browser window on unexpected exit,
attach all targets (iFrames) within the main tab automatically and relay the RDP events,
let you know what's going on in the Debug verbosity setting.
As of now, Gripper still
might misbehave with Firefox or Edge on pages with many iFrames,
uses a static class for process monitoring,
might leave hanging browser windows on Linux.