Changing the chromedriver environment variable name from webdriver.chrome.driver back to the original OKWChromedriverPath. It's because you simply cannot create environment variables with dots.
The warning and log messages were still with the original name anyways, and the Gecko driver env var name is also in the original format.
The system property name will remain webdriver.chrome.driver.
Changing the chromedriver environment variable name from webdriver.chrome.driver back to the original OKWChromedriverPath. It's because you simply cannot create environment variables with dots.
The warning and log messages were still with the original name anyways, and the Gecko driver env var name is also in the original format.
The system property name will remain webdriver.chrome.driver.