C# Class UIAccess.WebControls.WebEditBox

Inheritance: WebControl
Afficher le fichier Open project: geeksree/cSharpGeeks

Private Properties

Свойство Type Description

Méthodes publiques

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

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

WebEditBox ( Browser aBrowser, Locator aLocator ) : 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 Text ) : void
Text string
Résultat void

WebEditBox() public méthode

public WebEditBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
Résultat System