C# Class SpecDrill.Adapters.WebDriver.SeleniumSelectElement

Inheritance: SeleniumElement, ISelectElement
Afficher le fichier Open project: CosminSontu/SpecDrill

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetOptionTextByIndex ( int optionIndex ) : string
optionIndex int
Résultat string

SelectByIndex() public méthode

public SelectByIndex ( int optionIndex ) : ISelectElement
optionIndex int
Résultat ISelectElement

SelectByText() public méthode

public SelectByText ( string optionText ) : ISelectElement
optionText string
Résultat ISelectElement

SelectByValue() public méthode

public SelectByValue ( string optionValue ) : ISelectElement
optionValue string
Résultat ISelectElement

SeleniumSelectElement() public méthode

public SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System
browser IBrowser
parent IElement
locator IElementLocator
Résultat System