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

Inheritance: JDI_Web.Selenium.Elements.Base.ClickableText, ILink
Afficher le fichier Open project: epam/JDI

Protected Properties

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

Méthodes publiques

Méthode Description
GetReference ( ) : string
GetTooltip ( ) : string
Link ( ) : System
Link ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
WaitMatchReference ( string regEx ) : string
WaitReferenceContains ( string text ) : string

Method Details

GetReference() public méthode

public GetReference ( ) : string
Résultat string

GetTooltip() public méthode

public GetTooltip ( ) : string
Résultat string

Link() public méthode

public Link ( ) : System
Résultat System

Link() public méthode

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

WaitMatchReference() public méthode

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

WaitReferenceContains() public méthode

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

Property Details

GetReferenceFunc protected_oe property

protected Func GetReferenceFunc
Résultat string>.Func

GetTooltipFunc protected_oe property

protected Func GetTooltipFunc
Résultat string>.Func