C# Class NHtmlUnit.CollectingAlertHandler

Inheritance: ObjectWrapper, NHtmlUnit.IAlertHandler
显示文件 Open project: HtmlUnit/NHtmlUnit Class Usage Examples

Public Methods

Method Description
CollectingAlertHandler ( com wrappedObject ) : System
CollectingAlertHandler ( java list ) : System
HandleAlert ( NHtmlUnit page, string message ) : void

Private Methods

Method Description
CollectingAlertHandler ( ) : System

Method Details

CollectingAlertHandler() public method

public CollectingAlertHandler ( com wrappedObject ) : System
wrappedObject com
return System

CollectingAlertHandler() public method

public CollectingAlertHandler ( java list ) : System
list java
return System

HandleAlert() public method

public HandleAlert ( NHtmlUnit page, string message ) : void
page NHtmlUnit
message string
return void