C# Класс OpenQA.Selenium.Support.Events.EventFiringWebDriver.EventFiringOptions

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

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

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

Initializes a new instance of the EventFiringOptions class

Timeouts ( ) : ITimeouts

Provides access to the timeouts defined for this driver.

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

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

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

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

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