C# Класс OpenQA.Selenium.Firefox.FirefoxProfileManager

Allows the user to enumerate and access existing named Firefox profiles.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FirefoxProfileManager ( ) : System

Initializes a new instance of the FirefoxProfileManager class.

GetProfile ( string profileName ) : FirefoxProfile

Gets a FirefoxProfile with a given name.

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

Метод Описание
GetApplicationDataDirectory ( ) : string
ReadProfiles ( string appDataDirectory ) : void

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

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

Initializes a new instance of the FirefoxProfileManager class.
public FirefoxProfileManager ( ) : System
Результат System

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

Gets a FirefoxProfile with a given name.
public GetProfile ( string profileName ) : FirefoxProfile
profileName string The name of the profile to get.
Результат FirefoxProfile