WebBot `setDriverPath` failing with relative path
hhslepicka opened this issue · 0 comments
hhslepicka commented
Tried with:
setDriverPath("~/sandbox/git-botcity/toolbox/webdrivers/geckodriver");
Output:
java.lang.IllegalStateException: The driver executable does not exist: /Users/slepicka/sandbox/git-botcity/java/BotCityJava/~/sandbox/git-botcity/toolbox/webdrivers/geckodriver
Using the absolute path resolved the issue.