Message - Ambiguous browser recognition

Applies to TestComplete 14.30, last modified on November 21, 2019

TestComplete posts this message to the test log if your test attempts to obtain an object corresponding to some web browser, but there are several browsers in the system that match the specified parameters.

That can happen when you are trying to obtain a running browser that has not been launched with TestComplete keyword-testing operations or scripting methods. A typical example is when --

  • You have two or more different browsers running in the system, and

  • These browsers were not launched from your keyword tests or test scripts, and

  • You are trying to obtain the browser using the following statement:

    p = Sys.Browser("*")

To avoid getting the message, launch the browser from your tests using special keyword-test operations or scripting methods. For complete information on this, see Launching Browsers.

See Also

Launching Browsers
About Testing Web Applications

Highlight search results