ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
AspNetHostBrowser.ExecuteCommand(request, performDomRefresh, waitUntilReady) method
Namespaces > ArtOfTest.WebAii.BrowserSpecialized.AspNetHost > AspNetHostBrowser > ExecuteCommand(BrowserCommand, Boolean, Boolean)
Unsupported - All commands are executed in-proc.
Syntax
C#
public override BrowserCommand ExecuteCommand (
	BrowserCommand request,
	bool performDomRefresh,
	bool waitUntilReady
)
Parameters
request (BrowserCommand)
The request to execute.
performDomRefresh (Boolean)
Whether to perform a Dom refresh.
waitUntilReady (Boolean)
Whether to wait until the browser is ready.
Return Value
N/A - UnsupportedBrowserOperationException

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)