How to Remove CDP Version Warning in Selenium WebDriver

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Welcome to my RUclips channel, In this video, I have explained about How to fix the warning - Unable to find version of CDP (Chrome DevTools Protocol) to use for 124.0.6367.119 in Selenium WebDriver
    Don't forget to subscribe to my channel - / qacubicle
    for more informative content on software testing, quality assurance, and test automation. Hit the notification bell to receive updates whenever we post new videos. If you have any questions or suggestions, feel free to leave a comment below.
    Connect with me:
    LinkedIn - / kuldeep-kumar-3151796
    Email: qacubicle@gmail.com

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

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

    Great.
    Thanks for sharing the information.

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

      Thank you Sid..!!

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

    good information. Thank you expecting more

  • @rahulbelekar8181
    @rahulbelekar8181 7 месяцев назад +1

    Thanks for sharing the information.

    • @QACubicle
      @QACubicle  7 месяцев назад

      Thank you Rahul.!!

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

    This video does not help if you're not using a pom, if you're like me, then you can do this:
    Download the latest Selenium WebDriver and extract the files to your desired libs location.
    In eclipse: Go to Project > Properties > Java Build Path > Libraries
    Select and Remove (only the Selenium-java dependencies) all the libs from the previous WebDriver version
    Then click on 'Add External JARs' and add the contents of the downloaded Selenium WebDriver

    • @QACubicle
      @QACubicle  6 месяцев назад

      Thanks for sharing.!!

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

    How can we remove warning for non-maven project?

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

      Hi, Please download the Selenium jar files (from www.selenium.dev/downloads) for the respective CDP, and add them to your project, I hope it helps.

  • @anishakumariani3413
    @anishakumariani3413 2 месяца назад

    Error gone but still by chrome browser page not redirect to website

    • @QACubicle
      @QACubicle  2 месяца назад

      Are you getting any errors in console.

  • @bharathkumar-zs7kr
    @bharathkumar-zs7kr 7 месяцев назад

    I have added chrome and chromedriver.exe path... browser launching but not navigating to url and not maximizing..using 17 java and 4.20 selenium..can help me on this?

    • @QACubicle
      @QACubicle  7 месяцев назад

      Hello Please watch this video - ruclips.net/video/jglQpvPI58A/видео.html it will help you to solve your issue.