C# 클래스 OpenQA.Selenium.Firefox.FirefoxProfileManager

Allows the user to enumerate and access existing named Firefox profiles.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
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