AutomaticChromeDriveDownload 1.1.0

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

// Install AutomaticChromeDriveDownload as a Cake Tool
#tool nuget:?package=AutomaticChromeDriveDownload&version=1.1.0

Logo

AutomaticChromeDriveDownload

AutomaticChromeDriveDownload is a Csharp library chromedrive extension auto-download.

Installation

Use the package manager Package Manager to install AutomaticChromeDriveDownload.

PM > Install-Package AutomaticChromeDriveDownload -Version 1.1.0

Usage

using AutomaticWebDriver;

namespace ConsoleApp
{
    internal class Program
    {
        static void Main(string[] args)
        {
            //Return string: with browser google chrome version.
            Console.WriteLine(ChromeDriver.Version());

            //Return bool: true to download chromedrive success ou false to error.
            Console.WriteLine(ChromeDriver.Download(Directory.GetCurrentDirectory()));

            //Return bool: true if exist chromedrive in directory.
            Console.WriteLine(ChromeDriver.Exists(Directory.GetCurrentDirectory()));

            //Return bool: true if exist chromedrive in directory to Overwrite.
            Console.WriteLine(ChromeDriver.Overwrite(Directory.GetCurrentDirectory()));

            //Return bool: true if kill chromedrive in process.
            Console.WriteLine(ChromeDriver.Close());
        }
    }
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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. 
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
1.1.0 169 5/10/2023