Thanks!! It solves all SLF4J and LOG4J warnings that are annoying in the console
@kovidasurampudi1411 Жыл бұрын
thanks for the video, very clear and helpful
@pawansharma-dk1sk Жыл бұрын
Great Content, it helped me to resolve this issue in no time!. Thank you again!
@SwapnilChakote Жыл бұрын
My laptop is small.but chrome browser is not install
@DipDas-tc8yj Жыл бұрын
Thank you, now it working fine.😊
@hunelysium Жыл бұрын
Hello Thank you for this video!! much needed! I saw that it worked for you, it didn't work for me though. I am using Intellij (which I don't think should be the issue) l have testNG added as dependencies as well (have 4 dependencies compared with yours) I have loaded the Maven, ran the test, still can see that annoying message, it has been there for a while, don't know how to fix that. PS: I noticed you have a file in your package, think we may also need to configure the logger somehow, maybe that could be why yours worked or, like you said in your video, for simple fix we may just need to import that , load the Maven and that does the trick .... for some people, but not for all.
@jitendrasawant38723 жыл бұрын
Thank you for your Help Great Video.
@marv9122 жыл бұрын
Спасибо, помогло!
@vikneshwariezhumalai7871 Жыл бұрын
Thank you so much😊
@SagarPanchal-i6s Жыл бұрын
thank you very much solved.
@SwapnilChakote Жыл бұрын
Very nice
@m.m.576 Жыл бұрын
You're my hero!
@TestingUniverse Жыл бұрын
Thank You
@sampatbabu54743 жыл бұрын
I am getting "failed to instantiate slf4j loggerfactory". I tried adding the dependency but still getting the same issue. Please help.
@todayisagoodday50272 жыл бұрын
I'm also getting that error what did you do to resolve it?
@nahidasultana6842 Жыл бұрын
Have you resolved your issue?
@ramad15212 жыл бұрын
2022 6:02:51 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find an exact match for CDP version 97, so returning the closest version found: 96 Jan 29, 2022 6:02:51 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch INFO: Found CDP implementation for version 97 of 96 why i am getting this error,can you help me plz.
@rohithsj50662 жыл бұрын
where to find Maven repository ???
@AhlamAlhasany-s4v Жыл бұрын
i have a similar problem in the flutter project which is: Could not resolve all files for configuration ':classpath'. > Could not resolve org.slf4j:slf4j-api:1.7.30 i downloaded slf4j-api version 1.7.30 and went to Gradle tab and copy the following: compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' but i don't know where to put it next
@publicvoiceraja29749 ай бұрын
always, we need to add the dependencies into pom.xml file only inside the tag. Why Gradle, are you not using Maven?
@АлександрСкворцов-ф6в2 жыл бұрын
Спасибо!
@sandeepraj.r2781 Жыл бұрын
Thank you Sir
@TestingUniverse Жыл бұрын
Welcome
@АндрейШляхтович3 жыл бұрын
But what I have to do if it's doesn't work?(
@gundeboinasaikumar311 Жыл бұрын
target folder could not found
@TheMMakif2 жыл бұрын
Thanks for solution
@supriyaghuge Жыл бұрын
Hello
@haithammostafa79153 жыл бұрын
thank uuuuuuuuuuuuuuuuuuuuu very gooood
@amanysayed97602 жыл бұрын
Great! ..Thanks
@EduSmartByVinay2 жыл бұрын
I'm still facing it
@kowsalyam6242 жыл бұрын
great!!
@testerqa48752 жыл бұрын
for me it did not work
@d.supraja1800 Жыл бұрын
Iam getting Exception in thread main java.lang.NoClassDefFounderError:org/slf4j/LoggerFactory. Can u pls tell me how can I resolve that error
@TestingUniverse Жыл бұрын
Hi, we need to debug more on which dependencies you have added and what class your using. Based on that we can think of a fix. Still I will check and update you the fix.
@d.supraja1800 Жыл бұрын
@@TestingUniverse ok thanku for the reply,iam only adding selenium jar file I didn't add any dependencies