C# 클래스 OpenQA.Selenium.Remote.RemoteOptions

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

공개 메소드들

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