C# Класс OpenQA.Selenium.Remote.RemoteOptions

Provides a mechanism for setting options needed for the driver during the test.
Наследование: IOptions
Показать файл Открыть проект

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

Метод Описание
RemoteOptions ( RemoteWebDriver driver ) : System

Initializes a new instance of the RemoteOptions class

Timeouts ( ) : ITimeouts

Provides access to the timeouts defined for this driver.

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

RemoteOptions() публичный Метод

Initializes a new instance of the RemoteOptions class
public RemoteOptions ( RemoteWebDriver driver ) : System
driver RemoteWebDriver Instance of the driver currently in use
Результат System

Timeouts() публичный Метод

Provides access to the timeouts defined for this driver.
public Timeouts ( ) : ITimeouts
Результат ITimeouts