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

Inheritance: JDI_Web.Selenium.Elements.Base.ClickableText, ILink
ファイルを表示 Open project: epam/JDI

Protected Properties

Property Type Description
GetReferenceFunc string>.Func
GetTooltipFunc string>.Func

Public Methods

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

public GetReference ( ) : string
return string

GetTooltip() public method

public GetTooltip ( ) : string
return string

Link() public method

public Link ( ) : System
return System

Link() public method

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

WaitMatchReference() public method

public WaitMatchReference ( string regEx ) : string
regEx string
return string

WaitReferenceContains() public method

public WaitReferenceContains ( string text ) : string
text string
return string

Property Details

GetReferenceFunc protected_oe property

protected Func GetReferenceFunc
return string>.Func

GetTooltipFunc protected_oe property

protected Func GetTooltipFunc
return string>.Func