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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ClearAction Action
FocusAction Action
GetTextFunc string>.Func
InputAction string>.Action
SetValueAction string>.Action

공개 메소드들

메소드 설명
Clear ( ) : void
Focus ( ) : void
Input ( string text ) : void
NewInput ( string text ) : void
SendKeys ( string text ) : void
TextField ( ) : System
TextField ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

Input() 공개 메소드

public Input ( string text ) : void
text string
리턴 void

NewInput() 공개 메소드

public NewInput ( string text ) : void
text string
리턴 void

SendKeys() 공개 메소드

public SendKeys ( string text ) : void
text string
리턴 void

TextField() 공개 메소드

public TextField ( ) : System
리턴 System

TextField() 공개 메소드

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

프로퍼티 상세

ClearAction 보호되어 있는 프로퍼티

protected Action ClearAction
리턴 Action

FocusAction 보호되어 있는 프로퍼티

protected Action FocusAction
리턴 Action

GetTextFunc 보호되어 있는 프로퍼티

protected Func GetTextFunc
리턴 string>.Func

InputAction 보호되어 있는 프로퍼티

protected Action InputAction
리턴 string>.Action

SetValueAction 보호되어 있는 프로퍼티

protected Action SetValueAction
리턴 string>.Action