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

Inheritance: Text, ITextField
Afficher le fichier Open project: epam/JDI

Protected Properties

Свойство Type Description
ClearAction Action
FocusAction Action
GetTextFunc string>.Func
InputAction string>.Action
SetValueAction string>.Action

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

Input() public méthode

public Input ( string text ) : void
text string
Résultat void

NewInput() public méthode

public NewInput ( string text ) : void
text string
Résultat void

SendKeys() public méthode

public SendKeys ( string text ) : void
text string
Résultat void

TextField() public méthode

public TextField ( ) : System
Résultat System

TextField() public méthode

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

Property Details

ClearAction protected_oe property

protected Action ClearAction
Résultat Action

FocusAction protected_oe property

protected Action FocusAction
Résultat Action

GetTextFunc protected_oe property

protected Func GetTextFunc
Résultat string>.Func

InputAction protected_oe property

protected Action InputAction
Résultat string>.Action

SetValueAction protected_oe property

protected Action SetValueAction
Résultat string>.Action