I run Chromedriver as a Windows executable from inside WSL (Windows subsystem for Linux) to run automated tests. The reason for this is that Chrome itself is installed in Windows.
However after updating to Windows 1903, this has stopped working. Chromedriver always returns error code 1, even when invoked as chromedriver --version.
When executed outside WSL, chromedriver --version correctly returns the version information.
Has anyone solved this issue?