C# 클래스 JDI_Web.Selenium.Elements.Complex.TextList

상속: WebBaseElement, ITextList
파일 보기 프로젝트 열기: epam/JDI 1 사용 예제들

공개 메소드들

메소드 설명
Count ( ) : int
TextList ( ) : System.Collections.Generic
TextList ( By locator, List webElements = null ) : System.Collections.Generic
WaitDisplayed ( ) : void
WaitText ( string expected ) : IList
WaitVanished ( ) : void
this ( int index ) : string

메소드 상세

Count() 공개 메소드

public Count ( ) : int
리턴 int

TextList() 공개 메소드

public TextList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

TextList() 공개 메소드

public TextList ( By locator, List webElements = null ) : System.Collections.Generic
locator OpenQA.Selenium.By
webElements List
리턴 System.Collections.Generic

WaitDisplayed() 공개 메소드

public WaitDisplayed ( ) : void
리턴 void

WaitText() 공개 메소드

public WaitText ( string expected ) : IList
expected string
리턴 IList

WaitVanished() 공개 메소드

public WaitVanished ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string