C# Класс OpenQA.Selenium.IE.InternetExplorerDriverService

Exposes the service provided by the native IEDriverServer executable.
Наследование: DriverService
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateDefaultService ( ) : InternetExplorerDriverService

Creates a default instance of the InternetExplorerDriverService.

CreateDefaultService ( string driverPath ) : InternetExplorerDriverService

Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.

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

Метод Описание
InternetExplorerDriverService ( string executable, int port ) : System

Initializes a new instance of the InternetExplorerDriverService class.

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

CreateDefaultService() публичный статический метод

Creates a default instance of the InternetExplorerDriverService.
public static CreateDefaultService ( ) : InternetExplorerDriverService
Результат InternetExplorerDriverService

CreateDefaultService() публичный статический метод

Creates a default instance of the InternetExplorerDriverService using a specified path to the IEDriverServer executable.
public static CreateDefaultService ( string driverPath ) : InternetExplorerDriverService
driverPath string The directory containing the IEDriverServer executable.
Результат InternetExplorerDriverService