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

Inheritance: WebBaseElement, ITextList
Afficher le fichier Open project: epam/JDI Class Usage Examples

Méthodes publiques

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

public Count ( ) : int
Résultat int

TextList() public méthode

public TextList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TextList() public méthode

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

WaitDisplayed() public méthode

public WaitDisplayed ( ) : void
Résultat void

WaitText() public méthode

public WaitText ( string expected ) : IList
expected string
Résultat IList

WaitVanished() public méthode

public WaitVanished ( ) : void
Résultat void

this() public méthode

public this ( int index ) : string
index int
Résultat string