BrowserExecuteCommand Method (BrowserCommand)

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
)

Parameters

request
Type: BrowserCommand

Return Value

Type: BrowserCommand
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. This method uses the browser's AutoDOMRefresh and AutoWaitUntilReady values to configure whether the browser should refresh the DOM or wait until the browser is ready after the command is executed.
See Also

Reference