How To Fix Failed to load class "org.slf4j.impl.StaticLoggerBinder" In Selenium

Поделиться
HTML-код
  • Опубликовано: 26 сен 2023
  • If you are using Selenium then might face below warning while running your first script.
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See www.slf4j.org/codes.html#Stati... for further details.
    This can be fixed easily by adding just slf4j-simple dependency.
    Connect with us:
    Email - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291
  • НаукаНаука

Комментарии • 16

  • @naveenautomationlabs
    @naveenautomationlabs 9 месяцев назад +2

    good one..

    • @Mukeshotwani
      @Mukeshotwani  9 месяцев назад

      Thank you 🙂 Sir ji 🙏🏼

  • @GET_YOUTUBE_VIEWS_66
    @GET_YOUTUBE_VIEWS_66 9 месяцев назад +1

    I feel like I've stumbled upon a treasure trove of content.

  • @husnuyeyasar3970
    @husnuyeyasar3970 6 месяцев назад +1

    It has worked for me, thanks :)

  • @siddabattuniharinadh1371
    @siddabattuniharinadh1371 8 месяцев назад +1

    Nice explanation

  • @Kioko6300
    @Kioko6300 9 месяцев назад +1

    sadly placing this dependency in Intelij didn't help solve this issue...

  • @gurrearunkumar1513
    @gurrearunkumar1513 9 месяцев назад

    Super

  • @prabhatsingh7391
    @prabhatsingh7391 9 месяцев назад

    Hi Mukesh Sir,can you please guide how to resolve this:-
    SLF4J: Class path contains multiple SLF4J bindings.

  • @skpiarmohammad5127
    @skpiarmohammad5127 9 месяцев назад +1

    Selenium automation

  • @nikhilkumbhare9962
    @nikhilkumbhare9962 8 месяцев назад +2

    its not working sir, i tried this repository with same selenium version & same repository version you use but error still appear

    • @Mukeshotwani
      @Mukeshotwani  8 месяцев назад

      Its not repository issue, it is with latest version of Eclipse and schema issue. Which eclipse version you are using?

    • @VijaySharma-zi4pt
      @VijaySharma-zi4pt 8 месяцев назад

      @@Mukeshotwani It didn't work for me as well.
      I am using Eclipse Version: 2023-06 (4.28.0)

  • @skygv
    @skygv 9 месяцев назад

    i tried "The Apache Log4j SLF4J API binding to Log4j 2 Core"

  • @shailweb07
    @shailweb07 9 месяцев назад

    Good video for getting rid of the warning "Failed to load class "org.slf4j.impl.StaticLoggerBinder" In Selenium". Thanks
    Failed to load class "org.slf4j.impl.StaticLoggerBinder" In Selenium
    what about these warnings, how we can fix that
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/ssharma/.m2/repository/cglib/cglib/3.3.0/cglib-3.3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
    WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release