C# Class UIAccess.WebEditBox

Inheritance: WebControl
Mostrar archivo Open project: geeksree/cSharpGeeks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SendKeys ( string Text ) : void
WebEditBox ( Browser aBrowser, Locator aLocator ) : System

Method Details

SendKeys() public method

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

WebEditBox() public method

public WebEditBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
return System