You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I tried to use WebDriverManager in my project and got the following error.
The problem is that my project contains file conf/application.conf, and WebDriverManager tries to parse it automatically (and fails). But I don't want WebDriverManager to parse my application.conf!
Yes, it is a side-effect of using the default name for the properties file (application.properties) by wdm. Due to the fact that you are also using the library com.typesafe.config in your project, wdm tries to read your application.conf in the first place.
To solve this, first I am going to accept your PR #73, and also I am going to change the default name of the internal properties of wdm. This will be available in the next version.
Hi!
I tried to use WebDriverManager in my project and got the following error.
The problem is that my project contains file
conf/application.conf
, and WebDriverManager tries to parse it automatically (and fails). But I don't want WebDriverManager to parse myapplication.conf
!The text was updated successfully, but these errors were encountered: