C# Class OpenQA.Selenium.Chrome.ChromeProfile

Manages the extension used by the ChromeDriver.
Afficher le fichier Open project: epall/selenium Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateProfileDir ( ) : string
GenerateProfileDirectoryName ( ) : string

Method Details

ChromeProfile() public méthode

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
Résultat System

ChromeProfile() public méthode

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.
Résultat System