C# Класс OpenQA.Selenium.Firefox.Internal.Executable

Represents the executable file for Firefox.
Показать файл Открыть проект Примеры использования класса

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

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