Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 704 Bytes

File metadata and controls

19 lines (12 loc) · 704 Bytes

Home

Chrome Browser Factory

The module webtester-support-chrome provides a default BrowserFactory implementation called ChromeFactory.

Additional Service Executable

The 'ChromeDriver' needs an additional executable to communicate with a Chrome browser. It can be downloaded here.

The path to the executable must be declared as a system or environment property named: webdriver.chrome.driver

For more details take a look at these links:

Linked Documentation