OpenQA.Selenium.Chrome.ChromeDriver.ChromeDriver C# (CSharp) Method

ChromeDriver() public method

Initializes a new instance of the ChromeDriver class.
public ChromeDriver ( ) : System
return System
        public ChromeDriver()
            : this(ChromeDriverService.CreateDefaultService(), TimeSpan.FromSeconds(60))
        {
        }

Same methods

ChromeDriver::ChromeDriver ( ChromeDriverService service, System.TimeSpan commandTimeout ) : System
ChromeDriver::ChromeDriver ( string chromeDriverDirectory ) : System
ChromeDriver::ChromeDriver ( string chromeDriverDirectory, System.TimeSpan commandTimeout ) : System