Ardesco / driver-binary-downloader-maven-plugin

A Maven plugin that will download the WebDriver stand alone server executables for use in your mavenised Selenium project.
Apache License 2.0
92 stars 52 forks source link

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" #83

Closed yahmedov closed 6 years ago

yahmedov commented 6 years ago

I just tried using WebDriverManager.chromedriver().setup(); to handle the chromedriver, instead of downloading it and setting its path.

The WebDriverManager seems to be working fine, but I'm getting

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

Do i really need SLF4J and how can I fix the error?

Ardesco commented 6 years ago

I think you want https://github.com/bonigarcia/webdrivermanager

yahmedov commented 6 years ago

I was asking how to fix an issue with https://github.com/bonigarcia/webdrivermanager why are you just copy pasting the link?

Is this how you support your code? Just closing the issues with lame comments.

Ardesco commented 6 years ago

That's not my code, it's an entirely different project. I've tried pointing you to the correct place to answer questions about that code.

The code in this repository is a maven plugin that downloads driver binaries for you. If you are using webdrivermanager you do not need to use a maven plugin to download binaries.

yahmedov commented 6 years ago

Ah, ok then. No idea why i submitted the issue here.