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

Inheritance: Text, ITextField
Show file 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 property

protected Action ClearAction
return Action

FocusAction protected property

protected Action FocusAction
return Action

GetTextFunc protected property

protected Func GetTextFunc
return string>.Func

InputAction protected property

protected Action InputAction
return string>.Action

SetValueAction protected property

protected Action SetValueAction
return string>.Action