BrowserExecuteCommand Method (BrowserCommand, Boolean, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Executes a command against this browser instance.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual BrowserCommand ExecuteCommand(
	BrowserCommand request,
	bool performDomRefresh,
	bool waitUntilReady
)

Parameters

request
Type: BrowserCommand
The command request to perform.
performDomRefresh
Type: SystemBoolean
True/False whether to reference the DOM after the command.
waitUntilReady
Type: SystemBoolean
True/False whether to wait for the browser to be ready after the command.

Return Value

Type: BrowserCommand
A response to the request.
Remarks

If the request requires a specific response data, then the callers of this function should check the BrowserCommand.Response property for any responses from the browser.
See Also

Reference