C# Class NHtmlUnit.InteractivePage

Inheritance: NHtmlUnit.SgmlPage, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.IPage, NHtmlUnit.W3C.Dom.IDocument
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
ExecuteJavaScriptFunctionIfPossible ( net function, net thisObject, System args, NHtmlUnit htmlElementScope ) : NHtmlUnit.ScriptResult
InteractivePage ( com wrappedObject ) : System
SetFocusedElement ( NHtmlUnit newElement ) : bool
SetFocusedElement ( NHtmlUnit newElement, bool windowActivated ) : bool

Private Methods

Method Description
InteractivePage ( ) : System

Method Details

ExecuteJavaScriptFunctionIfPossible() public method

public ExecuteJavaScriptFunctionIfPossible ( net function, net thisObject, System args, NHtmlUnit htmlElementScope ) : NHtmlUnit.ScriptResult
function net
thisObject net
args System
htmlElementScope NHtmlUnit
return NHtmlUnit.ScriptResult

InteractivePage() public method

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

SetFocusedElement() public method

public SetFocusedElement ( NHtmlUnit newElement ) : bool
newElement NHtmlUnit
return bool

SetFocusedElement() public method

public SetFocusedElement ( NHtmlUnit newElement, bool windowActivated ) : bool
newElement NHtmlUnit
windowActivated bool
return bool