C# Class WebDriverWrapper.SeleniumWebEditBox

Inheritance: SeleniumWebControls, IEditBox
显示文件 Open project: geeksree/cSharpGeeks

Public Methods

Method 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

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

Method Details

Clear() public method

public Clear ( ) : void
return void

JSSendKeys() public method

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

SendKeys() public method

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