Add (Edit) Remote Browser Loop Item

Applies to TestComplete 14.71, last modified on April 22, 2021

You use this dialog to add a web browser to the list of browsers through which the Remote Browser Loop operation will iterate or to modify a browser added to the list.

To open the dialog, click Add or Change when configuring the Remote Browser Loop operation.

Requirements

  • TestComplete 14.5.

  • An active license for the TestComplete Web Module and for the Device Cloud add-on.

  • The Web Testing plugin and the Device Cloud add-on must be enabled in TestComplete.

  • An active CrossBrowserTesting account.

    Note: If you do not have an account, you can sign up for a free trial directly from TestComplete—TestComplete will suggest that you do this automatically if it does not find appropriate account data when you add the operation to your test.

Parameters

On this tabbed page of the dialog, you specify the following:

  • Platform - You can select one of the following platform types:

    • Desktop

    • Mobile

    • Headless

  • Device - Select one of the devices provided by CrossBrowserTesting.com.

  • Browser - Select a web browser in which you want to run your web test.

  • Resolution - Select the screen resolution that will be set on the target platform for the test run.

Custom parameters

On this tabbed page of the dialog, you can specify additional capabilities that will be used for the test run in your device cloud.

You specify additional capabilities in the JSON format. For example:

JSON

{
  "name": "My test",
  "record_video": "true"
}

The JSON code will be validated as you are typing it.

See the list of available capabilities on the CrossBrowserTesting.com website:

help.crossbrowsertesting.com/selenium-testing/getting-started/crossbrowsertesting-automation-capabilities/

See Also

Remote Browser Loop Operation
Iterate Through Remote Testing Environments

Highlight search results