ChromeOptions BinaryLocation Property WebDriver
Gets or sets the location of the Chrome browser's binary executable file.

Namespace: OpenQA.Selenium.Chrome
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string BinaryLocation { get; set; }
See Also