Gripper.Authenticated
0.0.6
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.6
NuGet\Install-Package Gripper.Authenticated -Version 0.0.6
<PackageReference Include="Gripper.Authenticated" Version="0.0.6" />
paket add Gripper.Authenticated --version 0.0.6
#r "nuget: Gripper.Authenticated, 0.0.6"
// Install Gripper.Authenticated as a Cake Addin #addin nuget:?package=Gripper.Authenticated&version=0.0.6 // Install Gripper.Authenticated as a Cake Tool #tool nuget:?package=Gripper.Authenticated&version=0.0.6
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.1)
- Selenium.WebDriver.ChromeDriver (>= 95.0.4638.1700)
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,164 | 10/28/2021 | |
0.2.1 | 1,080 | 10/28/2021 | |
0.2.0 | 1,066 | 10/26/2021 | |
0.1.0 | 1,014 | 10/26/2021 | |
0.0.9 | 1,052 | 10/26/2021 | |
0.0.8 | 1,062 | 10/26/2021 | |
0.0.7 | 1,055 | 10/25/2021 | |
0.0.6 | 1,077 | 10/22/2021 | |
0.0.5 | 1,038 | 10/22/2021 | |
0.0.4 | 1,032 | 10/20/2021 | |
0.0.3 | 834 | 10/20/2021 | |
0.0.2 | 1,065 | 10/19/2021 | |
0.0.1 | 1,054 | 10/18/2021 |
Patch -- stalled browser due to premature attempts to attach targets now fixed. See related commit for the full story.