C# 클래스 SePSXUnitTests.FakeSelectElement

Description of FakeSelectElement.
상속: OpenQA.Selenium.Support.UI.SelectElement
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
FakeSelectElement ( IWebElement element ) : System
SelectByIndex ( int index ) : void
SelectByText ( string text ) : void
SelectByValue ( string value ) : void

메소드 상세

DeselectAll() 공개 메소드

public DeselectAll ( ) : void
리턴 void

DeselectByIndex() 공개 메소드

public DeselectByIndex ( int index ) : void
index int
리턴 void

DeselectByText() 공개 메소드

public DeselectByText ( string text ) : void
text string
리턴 void

DeselectByValue() 공개 메소드

public DeselectByValue ( string value ) : void
value string
리턴 void

FakeSelectElement() 공개 메소드

public FakeSelectElement ( IWebElement element ) : System
element IWebElement
리턴 System

SelectByIndex() 공개 메소드

public SelectByIndex ( int index ) : void
index int
리턴 void

SelectByText() 공개 메소드

public SelectByText ( string text ) : void
text string
리턴 void

SelectByValue() 공개 메소드

public SelectByValue ( string value ) : void
value string
리턴 void