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

ChromeProfile() public method

Initializes a new instance of the ChromeProfile class using the given directory. Assumes that the directory exists and has the required files.
public ChromeProfile ( ) : System
return System
        public ChromeProfile()
            : this(CreateProfileDir())
        {
        }

Same methods

ChromeProfile::ChromeProfile ( string directory ) : System