C# Class WebDriverWrapper.SeleniumWebDialog

Inheritance: SeleniumWebControls, IDialog
ファイルを表示 Open project: geeksree/cSharpGeeks

Public Methods

Method Description
AcceptDialog ( ) : void
CancelDialog ( ) : void
GetDialogText ( ) : string
SendText ( string text ) : void
getTitle ( ) : string

Private Methods

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

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 text ) : void
text string
return void

getTitle() public method

public getTitle ( ) : string
return string