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

ChromeBinary() private method

Initializes a new instance of the ChromeBinary class using the given ChromeProfile and extension.
private ChromeBinary ( ChromeProfile profile, ChromeExtension extension ) : System
profile ChromeProfile The Chrome profile to use.
extension ChromeExtension The extension to launch Chrome with.
return System
        internal ChromeBinary(ChromeProfile profile, ChromeExtension extension)
        {
            this.profile = profile;
            this.extension = extension;
        }