C# Class SePSXUnitTests.FakeSelectElement

Description of FakeSelectElement.
Inheritance: OpenQA.Selenium.Support.UI.SelectElement
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
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

Method Details

DeselectAll() public method

public DeselectAll ( ) : void
return void

DeselectByIndex() public method

public DeselectByIndex ( int index ) : void
index int
return void

DeselectByText() public method

public DeselectByText ( string text ) : void
text string
return void

DeselectByValue() public method

public DeselectByValue ( string value ) : void
value string
return void

FakeSelectElement() public method

public FakeSelectElement ( IWebElement element ) : System
element IWebElement
return System

SelectByIndex() public method

public SelectByIndex ( int index ) : void
index int
return void

SelectByText() public method

public SelectByText ( string text ) : void
text string
return void

SelectByValue() public method

public SelectByValue ( string value ) : void
value string
return void