C# Класс OpenQA.Selenium.Chrome.ChromeProfile

Manages the extension used by the ChromeDriver.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CreateProfileDir ( ) : string
GenerateProfileDirectoryName ( ) : string

Описание методов

ChromeProfile() публичный Метод

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
Результат System

ChromeProfile() публичный Метод

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.
Результат System