C# Class UIAccess.WebControls.WebDialog

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

Private Properties

Property Type Description

Public Methods

Method Description
AcceptDialog ( ) : void
CancelDialog ( ) : void
GetDialogText ( ) : string
SendText ( string value ) : void
Test ( ) : void
WebDialog ( Browser aBrowser, Locator aLocator ) : System

Method Details

AcceptDialog() public method

public AcceptDialog ( ) : void
return void

CancelDialog() public method

public CancelDialog ( ) : void
return void

GetDialogText() public method

public GetDialogText ( ) : string
return string

SendText() public method

public SendText ( string value ) : void
value string
return void

Test() public method

public Test ( ) : void
return void

WebDialog() public method

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