Automate embedded Chrome or Chromium

You can steer embedded Chrome or Chromium applications via WebDriver.

The XBrowser Engine 3.0 only supports local execution via WebDriver.

To steer an embedded Chrome or Chromium application, follow the steps below:

  1. Open the Chrome or Chromium application you want to steer, or connect to an application that is already open.

    Both Modules are part of the Standard subset. You can find them under Standard modules->TBox XEngines->Html.

  2. Create the necessary test configuration parameters for your TestCase:

    • Parameter Browser with the value Chrome

    • Parameter HubAddress with the value localhost

  3. Scan the application as described in chapter "Scan via WebDriver".

  4. Steer the controls you scanned as described in chapter "Steer remote browser".