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

Inheritance: Text, ITextField
ファイルを表示 Open project: epam/JDI

Protected Properties

Property Type Description
ClearAction Action
FocusAction Action
GetTextFunc string>.Func
InputAction string>.Action
SetValueAction string>.Action

Public Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

Focus() public method

public Focus ( ) : void
return void

Input() public method

public Input ( string text ) : void
text string
return void

NewInput() public method

public NewInput ( string text ) : void
text string
return void

SendKeys() public method

public SendKeys ( string text ) : void
text string
return void

TextField() public method

public TextField ( ) : System
return System

TextField() public method

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

Property Details

ClearAction protected_oe property

protected Action ClearAction
return Action

FocusAction protected_oe property

protected Action FocusAction
return Action

GetTextFunc protected_oe property

protected Func GetTextFunc
return string>.Func

InputAction protected_oe property

protected Action InputAction
return string>.Action

SetValueAction protected_oe property

protected Action SetValueAction
return string>.Action