C# Class JDI_Web.Selenium.Elements.Complex.TextList

Inheritance: WebBaseElement, ITextList
ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
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

Method Details

Count() public method

public Count ( ) : int
return int

TextList() public method

public TextList ( ) : System.Collections.Generic
return System.Collections.Generic

TextList() public method

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

WaitDisplayed() public method

public WaitDisplayed ( ) : void
return void

WaitText() public method

public WaitText ( string expected ) : IList
expected string
return IList

WaitVanished() public method

public WaitVanished ( ) : void
return void

this() public method

public this ( int index ) : string
index int
return string