New Selenium Manager | No WebDriverManager | No System.setProperty() | No System Path Needed

Поделиться
HTML-код
  • Опубликовано: 15 май 2023
  • We will lean how to use Selenium Manager.
    With this release, there is no need to use system.setProperty() to setup driver executable file, no WebDriverManager is needed and no need to setup driver executable files in the windows system environment variable path.
    java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property;
    ******* Join LinkedIn Group *******
    / 14208166
    ******* Explore Indian Lifestyle in America *******
    Rohini's Channel: • My Favorite Shopping P...
    ******* Follow my non-work life *******
    Anil's Instagram: / aniltomar
    Rohini's Instagram: / its_rohini_tomar
    ****************************************************************
    Complete Test Automation Bundle ($29.99 Only):
    Includes 9 Courses, future new test and automation courses will be added to this bundle
    www.letskodeit.com/courses/te...
    ****************************************************************
    Industry Standard Advanced Automation Framework ($8.99 Only)
    www.letskodeit.com/courses/se...
    ****************************************************************
    Selenium WebDriver With Java ($8.99 Only):
    www.letskodeit.com/courses/se...
    ****************************************************************
    Selenium WebDriver With Python ($8.99 Only):
    www.letskodeit.com/courses/se...
    ****************************************************************
    API Test Automation Using RestAssured ($8.99 Only):
    www.letskodeit.com/courses/re...
    ****************************************************************
    Web Automation Bundle ($19 Only):
    www.letskodeit.com/courses/we...
    ****************************************************************
    Please be our Patron and support us to provide you great content:
    / letskodeit
    Website:
    www.letskodeit.com
    Join Private Facebook Group:
    / letskodeit
    #selenium4 #interviewquestions #seleniuminterviewquestions
  • НаукаНаука

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

  • @minakianrad812
    @minakianrad812 9 месяцев назад +4

    Thank you so much! Very Clear and down to the point!

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

      Glad you liked the video :)
      Please share the video with your friends to help us.

  • @ferdoushridoy1021
    @ferdoushridoy1021 10 месяцев назад +2

    Thank you very much for showing this, I was having a tough time providing the driver location.

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  10 месяцев назад +3

      Glad you liked the video :)
      Please share the video with your friends to help us.

    • @ferdoushridoy1021
      @ferdoushridoy1021 10 месяцев назад +1

      Will Do

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

    Instead of calling a URL for some web adress , suppose that the explorer is already showing that URL in a given window , can we by using selenium take control of that explorer without having to to open another window on that same URL ?

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

      That's possible in a hack way, not recommended as it is not stable.

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

    Really helpful thanks

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

      Glad you liked the video :)
      Please share the video with your friends to help us.

  • @nomannoman2492
    @nomannoman2492 Год назад +3

    Thank you

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  Год назад

      Glad you liked the video :)
      Please share the video with your friends to help us.

  • @beingkind3610
    @beingkind3610 2 месяца назад +1

    Thanks for explaining it beautifully! Have one question, does it work for linux in cloud?

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  2 месяца назад +1

      Glad you liked the video :)
      Please share the video with your friends to help us.

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  2 месяца назад +1

      It should not have any issues with Linux in Cloud.

  • @surajgoenka
    @surajgoenka Год назад +1

    Thanks

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  Год назад +1

      Glad you liked the video :)
      Please share the video with your friends to help us.

  • @surajgoenka
    @surajgoenka Год назад +1

    Bro can we change the path of the folder where driver gets downloaded automatically

    • @LetsKodeItOfficial
      @LetsKodeItOfficial  Год назад +1

      I don't think that's possible.

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

      @@LetsKodeItOfficial it is possible in selenium 4.15 version thanks

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

      @@surajgoenka thanks for sharing your findings with the 4.15 version, this is correct I also noticed that with latest versions they have provided this capability.