C# Class JDI_Web.Selenium.Elements.Base.ClickableText

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

Protected Properties

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

Méthodes publiques

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

Method Details

ClickableText() public méthode

public ClickableText ( ) : System
Résultat System

ClickableText() public méthode

public ClickableText ( 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

GetTextFunc protected_oe property

protected Func GetTextFunc
Résultat string>.Func