WebDriverException: The driver server has unexpectedly died! - dn0000001/test-automation GitHub Wiki

There are multiple reasons this exception could occur. The main reason with this project is the driver(s) being used are the placeholders (text files) instead of the real WebDrivers.

Solution: Ensure that you replace the placeholder driver(s) you want to use with the real WebDriver(s) in the correct folder: /taf/src/main/resources/webdrivers/

Where to get the drivers