C# 클래스 Boa.Constrictor.WebDriver.SelectOptionsAvailable

Gets the text list of a select Web element's options.
상속: AbstractWebLocatorQuestion>
파일 보기 프로젝트 열기: q2ebanking/boa-constrictor

공개 메소드들

메소드 설명
For ( IWebLocator locator ) : SelectOptionsAvailable

Constructs the Question.

RequestAs ( IActor actor, IWebDriver driver ) : IList

Gets the text list of a select Web element's options.

ToString ( ) : string

Returns a description of the Question.

비공개 메소드들

메소드 설명
SelectOptionsAvailable ( IWebLocator locator ) : Boa.Constrictor.Screenplay

Private constructor. (Use static methods for public construction.)

메소드 상세

For() 공개 정적인 메소드

Constructs the Question.
public static For ( IWebLocator locator ) : SelectOptionsAvailable
locator IWebLocator The target Web element's locator.
리턴 SelectOptionsAvailable

RequestAs() 공개 메소드

Gets the text list of a select Web element's options.
public RequestAs ( IActor actor, IWebDriver driver ) : IList
actor IActor The Screenplay Actor.
driver IWebDriver The WebDriver.
리턴 IList

ToString() 공개 메소드

Returns a description of the Question.
public ToString ( ) : string
리턴 string