C# 클래스 SpecDrill.Adapters.WebDriver.SeleniumSelectElement

상속: SeleniumElement, ISelectElement
파일 보기 프로젝트 열기: CosminSontu/SpecDrill

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetOptionTextByIndex ( int optionIndex ) : string
SelectByIndex ( int optionIndex ) : ISelectElement
SelectByText ( string optionText ) : ISelectElement
SelectByValue ( string optionValue ) : ISelectElement
SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System

메소드 상세

GetOptionTextByIndex() 공개 메소드

public GetOptionTextByIndex ( int optionIndex ) : string
optionIndex int
리턴 string

SelectByIndex() 공개 메소드

public SelectByIndex ( int optionIndex ) : ISelectElement
optionIndex int
리턴 ISelectElement

SelectByText() 공개 메소드

public SelectByText ( string optionText ) : ISelectElement
optionText string
리턴 ISelectElement

SelectByValue() 공개 메소드

public SelectByValue ( string optionValue ) : ISelectElement
optionValue string
리턴 ISelectElement

SeleniumSelectElement() 공개 메소드

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