Executes a command against this browser instance.
Syntax| C# |
public virtual BrowserCommand ExecuteCommand ( BrowserCommand request )
Parameters- request (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.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
