SuperDriver 4.0.8

dotnet add package SuperDriver --version 4.0.8                
NuGet\Install-Package SuperDriver -Version 4.0.8                
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="SuperDriver" Version="4.0.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperDriver --version 4.0.8                
#r "nuget: SuperDriver, 4.0.8"                
#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.
// Install SuperDriver as a Cake Addin
#addin nuget:?package=SuperDriver&version=4.0.8

// Install SuperDriver as a Cake Tool
#tool nuget:?package=SuperDriver&version=4.0.8                

SuperDriver

Crawler Framework For .NET

Support .NET Framework 4.5、.NET 6.0

安装

SuperDriver 以 NuGet 包的形式提供。您可以使用 NuGet 包控制台窗口安装它:

PM> Install-Package SuperDriver

使用

Program.cs

using SuperDriver;
using SuperDriver.Services;

namespace SuperDriverDemo
{
    internal class Program
    {
        static void Main(string[] args)
        {
            var result = Bootstrap.Initialize(new DriverOptions { });
            if (result.Success)
            {
            	// TODO
            }
            Bootstrap.Destroy();
        }
    }
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SuperDriver:

Package Downloads
Xunet.WinFormium

A Lightweight WinForm Application Framework For .NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.8 110 10/15/2024
4.0.7 122 7/16/2024