Skip to content

DLL Usada para realiza o download automatico da versão correta do Chrome Driver, Necessario para execução de projetos selenium.

Notifications You must be signed in to change notification settings

7porquinhos/AutomaticWebDriverVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.0.8

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()));
        }
    }
}

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.

About

DLL Usada para realiza o download automatico da versão correta do Chrome Driver, Necessario para execução de projetos selenium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages