C# 클래스 OpenQA.Selenium.Chrome.ChromeProfile

Manages the extension used by the ChromeDriver.
파일 보기 프로젝트 열기: epall/selenium 1 사용 예제들

공개 메소드들

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