C# Class WebDriverWrapper.SeleniumWebEditBox

Inheritance: SeleniumWebControls, IEditBox
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
Clear ( ) : void
JSSendKeys ( string aText ) : void

Works only for Id, Name, ClassName and TagName , for any other locator type default Id is used

SendKeys ( string aText ) : void

Private Methods

Méthode Description
SeleniumWebEditBox ( IWebElement aWebElement, ControlType aControlType, ControlAccess access ) : OpenQA.Selenium
SeleniumWebEditBox ( IWebElement aWebElement, ControlType aControlType ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

JSSendKeys() public méthode

Works only for Id, Name, ClassName and TagName , for any other locator type default Id is used
public JSSendKeys ( string aText ) : void
aText string
Résultat void

SendKeys() public méthode

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