C# 클래스 SePSXUnitTests.FakeWebDriver

Description of FakeWebDriver.
상속: IWebDriver
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UnitTestReport string

Private Properties

프로퍼티 타입 설명
InternalExecute OpenQA.Selenium.Remote.Response
PrintOutCollection void
SetElementsCollection void

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
FakeWebDriver ( ) : System
FindElement ( By by ) : IWebElement
FindElements ( By by ) : ReadOnlyCollection
Manage ( ) : IOptions
Navigate ( ) : INavigation
Quit ( ) : void
SwitchTo ( ) : ITargetLocator

비공개 메소드들

메소드 설명
InternalExecute ( string driverCommandToExecute, object>.Dictionary parameters ) : OpenQA.Selenium.Remote.Response
PrintOutCollection ( ) : void
SetElementsCollection ( List listOfElements ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FakeWebDriver() 공개 메소드

public FakeWebDriver ( ) : System
리턴 System

FindElement() 공개 메소드

public FindElement ( By by ) : IWebElement
by OpenQA.Selenium.By
리턴 IWebElement

FindElements() 공개 메소드

public FindElements ( By by ) : ReadOnlyCollection
by OpenQA.Selenium.By
리턴 ReadOnlyCollection

Manage() 공개 메소드

public Manage ( ) : IOptions
리턴 IOptions

Navigate() 공개 메소드

public Navigate ( ) : INavigation
리턴 INavigation

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

SwitchTo() 공개 메소드

public SwitchTo ( ) : ITargetLocator
리턴 ITargetLocator

프로퍼티 상세

UnitTestReport 공개적으로 프로퍼티

public string UnitTestReport
리턴 string