C# 클래스 OpenQA.Selenium.Support.Events.EventFiringWebDriver.EventFiringOptions

Provides a mechanism for setting options needed for the driver during the test.
상속: IOptions
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
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