botcity-dev/botcity-framework-core

WebBot `setDriverPath` failing with relative path

hhslepicka opened this issue · 0 comments

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.