Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 945 Bytes

File metadata and controls

27 lines (22 loc) · 945 Bytes

ChromeDriverUpdater

Build Status (ChromeDriverUpdater) License (ChromeDriverUpdater) NuGet version (ChromeDriverUpdater) NuGet downloads (ChromeDriverUpdater)

NuGet Package

Available OS

OS Available
Windows O
Mac X
Linux O

Usage

try
{
    new ChromeDriverUpdater().Update(@"c:\path\to\chromedriver.exe");
}
catch (Exception exc)
{
    // ...
}