C# 클래스 OpenQA.Selenium.Firefox.Internal.Executable

Represents the executable file for Firefox.
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
Executable ( string userSpecifiedBinaryPath ) : System

Initializes a new instance of the Executable class.

비공개 메소드들

메소드 설명
FindBinary ( string binaryNames ) : string

Walk a PATH to locate binaries with a specified name. Binaries will be searched for in the order they are provided.

GetEnvironmentVariable ( string name, string defaultValue ) : string

Retrieves an environment variable

GetExecutablePathUsingRegistry ( RegistryKey mozillaKey ) : string
GetLibraryPathPropertyName ( ) : string

Retrieves the platform specific environment property name which contains the library path.

LocateFirefoxBinaryFromPlatform ( ) : string
SetLibraryPath ( Process builder ) : void

메소드 상세

Executable() 공개 메소드

Initializes a new instance of the Executable class.
public Executable ( string userSpecifiedBinaryPath ) : System
userSpecifiedBinaryPath string The path and file name to the Firefox executable.
리턴 System