C# Class SpecDrill.Adapters.WebDriver.SeleniumSelectElement

Inheritance: SeleniumElement, ISelectElement
Show file Open project: CosminSontu/SpecDrill

Private Properties

Property Type Description

Public Methods

Method Description
GetOptionTextByIndex ( int optionIndex ) : string
SelectByIndex ( int optionIndex ) : ISelectElement
SelectByText ( string optionText ) : ISelectElement
SelectByValue ( string optionValue ) : ISelectElement
SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System

Method Details

GetOptionTextByIndex() public method

public GetOptionTextByIndex ( int optionIndex ) : string
optionIndex int
return string

SelectByIndex() public method

public SelectByIndex ( int optionIndex ) : ISelectElement
optionIndex int
return ISelectElement

SelectByText() public method

public SelectByText ( string optionText ) : ISelectElement
optionText string
return ISelectElement

SelectByValue() public method

public SelectByValue ( string optionValue ) : ISelectElement
optionValue string
return ISelectElement

SeleniumSelectElement() public method

public SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System
browser IBrowser
parent IElement
locator IElementLocator
return System