Automate embedded Chrome or Chromium
You can use Webdriver to steer embedded Chrome or Chromium applications. To verify the supported versions, check out our system requirements.
The XBrowser Engine 3.0 only supports local execution via WebDriver.
To steer an embedded Chrome or Chromium application, follow the steps below:
-
Open the Chrome or Chromium application you want to steer, or connect to an application that is already open.
-
To open an application, use the Module Open embedded Chrome/Chromium application.
-
To connect to an application, use the Module Connect to Chrome/Chromium application.
Both Modules are part of the Standard subset. You can find them under Standard modules->Engines->Html.
-
-
Create the necessary test configuration parameters for your TestCase:
-
Parameter Browser with the value Chrome
-
Parameter HubAddress with the value localhost
-
-
Scan the application as described in "Scan via WebDriver".
-
Steer the controls you scanned as described in "Steer remote browser".