C# Class JDI_Web.Selenium.Elements.Common.Text

Inheritance: WebElement, IText
Afficher le fichier Open project: epam/JDI

Protected Properties

Свойство Type Description
GetValueFunc string>.Func

Méthodes publiques

Méthode Description
Text ( ) : System
Text ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
WaitMatchText ( string regEx ) : string
WaitText ( string text ) : string

Method Details

Text() public méthode

public Text ( ) : System
Résultat System

Text() public méthode

public Text ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
Résultat System

WaitMatchText() public méthode

public WaitMatchText ( string regEx ) : string
regEx string
Résultat string

WaitText() public méthode

public WaitText ( string text ) : string
text string
Résultat string

Property Details

GetValueFunc protected_oe property

protected Func GetValueFunc
Résultat string>.Func