C# 클래스 JDI_Web.Selenium.Elements.Common.Text

상속: WebElement, IText
파일 보기 프로젝트 열기: epam/JDI

보호된 프로퍼티들

프로퍼티 타입 설명
GetValueFunc string>.Func

공개 메소드들

메소드 설명
Text ( ) : System
Text ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
WaitMatchText ( string regEx ) : string
WaitText ( string text ) : string

메소드 상세

Text() 공개 메소드

public Text ( ) : System
리턴 System

Text() 공개 메소드

public Text ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
리턴 System

WaitMatchText() 공개 메소드

public WaitMatchText ( string regEx ) : string
regEx string
리턴 string

WaitText() 공개 메소드

public WaitText ( string text ) : string
text string
리턴 string

프로퍼티 상세

GetValueFunc 보호되어 있는 프로퍼티

protected Func GetValueFunc
리턴 string>.Func