C# Class OpenQA.Selenium.Chrome.ChromeProfile

Manages the extension used by the ChromeDriver.
Mostra file Open project: epall/selenium Class Usage Examples

Public Methods

Method Description
ChromeProfile ( ) : System

Initializes a new instance of the ChromeProfile class using the given directory. Assumes that the directory exists and has the required files.

ChromeProfile ( string directory ) : System

Initializes a new instance of the ChromeProfile class using the given directory. Assumes that the directory exists and has the required files.

Private Methods

Method Description
CreateProfileDir ( ) : string
GenerateProfileDirectoryName ( ) : string

Method Details

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

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 ( string directory ) : System
directory string The directory to use.
return System