Selenium-Manager - Python Update || No Need to use ChromeDriver/GeckoDriver exe || Selenium 4.6.0

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025
  • НаукаНаука

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

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

    Thank you so much for your new update its very helpful for us.

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

    thank you soo much sir i was getting error because i provide the binary path but after watching this video my problem is solved thank you soo much sir for this video 😊

  • @TheCoolkid950
    @TheCoolkid950 2 года назад +2

    Will you post a video taking a look at Jetbrains new IDE Aqua?

    • @naveenautomationlabs
      @naveenautomationlabs  2 года назад +1

      Sure, will try to post it soon.

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

      ​@@naveenautomationlabshi, how do i open specific profile on edge browser using selenium?

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

    I would like to know how to set the version in Chrome or Edge browser using SeleniumManagern.

  • @Idnini
    @Idnini 2 года назад +1

    Sir can you do anything related to testops

  • @RaJaABVK
    @RaJaABVK 2 года назад +5

    Browser is closing automatically without using close/quit(). Can you please let me know what to do for not closing it automatically?

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

      Use below code
      Opt = Options()
      opt.add_experimental_option("detach", True)
      It will remain open until you close yourself

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

      @@rpfoodie799thanks

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

    I m using Brave 1.57.49 based on chrome 116 in Python
    now with changes mentioned in video, it downloads entire chrome cft (bcos I see chrome running instead of Brave)
    how could I make Selenium run Brave as before ?

  • @RohanPawar-oc6pq
    @RohanPawar-oc6pq Год назад

    Hi Naveen,
    When we invoke chrome and firefox and lets say use get() method then chrome closes automatically without close() but for firefox it does not happen. Can u pls let us know the reason ?

    • @oofexus
      @oofexus 10 месяцев назад

      I'm not sure why but you can prevent it by using 'from selenium.webdriver.chrome.options import Options' then
      'options = Options()' then
      'options.add_experimental_option("detach", True)'
      and finally 'driver = webdriver.Chrome(options=options)'.
      I learnt it from this video: ruclips.net/video/SPM1tm2ZdK4/видео.html

  • @achubala4759
    @achubala4759 2 года назад

    Hi naveen, can you help with this? After running the script it closes the browser automatically..how to fix it. Pl help..

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

    TypeError: SeleniumManager.driver_location() missing 1 required positional argument: 'options'

  • @ClassicRebornRider
    @ClassicRebornRider 2 года назад

    I have selenium 4.7.2, I tried doing this but getting this error message - "selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH."
    Kindly help Please.

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

      Same with 4.8.3

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

      @@atatekeli9295 I am also facing this now...

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

      @@Holasticlogger Not anymore, but a common exception. So, you need to choose a particular link, something I don't like on Selenium

    • @SY-jh3tg
      @SY-jh3tg Год назад

      @@atatekeli9295what was your solution?

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

    Selenium version 10 not support edge browser version 114 getting an error
    selenium.common.exceptions. SessionNotCreatedException: Message: session not created: This version of Microsoft Edge WebDriver only supports Microsoft Edge version 112 Current browser version is 114.0.1823.67
    Can anyone help?

  • @laxmankere9479
    @laxmankere9479 2 года назад

    What about C# ?

  • @laxmankere9479
    @laxmankere9479 2 года назад

    I tried but not happened?