What Is Chrome For Testing? How To Use Chrome For Testing? Selenium Python Tutorial

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 20

  • @SuperSQA
    @SuperSQA  10 місяців тому

    🎁Amazing QA Automation Learning Opportunity: www.supersqa.com/qa-automation-training-bundle
    🎁 Live Bootcamp for QA Automation: www.supersqa.com/bootcamp

  • @We.viriya
    @We.viriya 21 день тому

    Thank you🌷🙏🏻🌷. This is the most simplest and clear explanation clip about chrome for testing, selenium and python. I did it on my mac and it worked!

    • @SuperSQA
      @SuperSQA  21 день тому

      You are very welcome. I am glad it worked for you and that you liked the video.

  • @simp4_jesus953
    @simp4_jesus953 9 місяців тому +2

    Completely underrated video. Went through tutorial hell forever until I found this. Big thanks!

    • @SuperSQA
      @SuperSQA  9 місяців тому

      I am so happy to hear that. My work is making an impact. Thanks a lot for the comment.

  • @sykoz371
    @sykoz371 4 місяці тому

    Hey,
    How do I remove that "Chrome for Testing v123.0..... is only for automated testing. For regular......." bar when the browser is opened?
    I used
    chrome_options.add_experimental_option("excludeSwitches", ["enable-automation"])
    chrome_options.add_experimental_option('useAutomationExtension', False)
    and the "Chrome is being controlled by automated test software" infobar was removed, but the other one, I just didnt find any way to remove it

    • @SuperSQA
      @SuperSQA  4 місяці тому

      @sykoz371 I researched this and I am not able to find any way remove it. I do not think it is possible to do so. Unless you want to use some work around by using Javascript and hide the element. I dont think that would make much sense tho.

  • @alaamansour6088
    @alaamansour6088 3 місяці тому

    finally i solved this problem since most of videos are old version of Chrome , greetings from Palestine !

    • @SuperSQA
      @SuperSQA  3 місяці тому

      I am glad it helped. Thanks for the update.

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 7 місяців тому +1

    Finally someone that uses a Mac! I am now going to watch this

  • @LordKaos666
    @LordKaos666 10 місяців тому

    Thanks for the video and the news 😉

    • @SuperSQA
      @SuperSQA  10 місяців тому

      No problem 👍

  • @danbrendel6762
    @danbrendel6762 5 місяців тому

    I get the following error, any ideas?
    "SessionNotCreatedException: Message: session not created: Failed to create Chrome process."

    • @SuperSQA
      @SuperSQA  5 місяців тому

      That is a very generic error. Usually from version incompatibility. Since new version of Chrome was just released yesterday I think maybe Selenium did not download the correct version of chromedriver. Try to manually download chromedriver that match your Chrome version and if that wokrked then we know the issue.

  • @nouhlaib6735
    @nouhlaib6735 6 місяців тому

    😫😫The browser running for a few seconds and then stops. What's the solution?

    • @SuperSQA
      @SuperSQA  6 місяців тому

      Do you have more code and it is failing before it even runs any of it or it is closing at the end? If it is closing at the end then you can just put a breakpoint. I created this video specifically to handle case when it closes at the end. I hope you find this helpful: ua-cam.com/video/oBw0rVkZows/v-deo.html

  • @mikhoward
    @mikhoward 10 місяців тому

    I still have not used the "selenium manager" webdriver self-management. Does it work well?

    • @SuperSQA
      @SuperSQA  10 місяців тому

      So far it has work for me very well. Works consistently. I've been mainly using it with Chrome and Firefox.

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 7 місяців тому

    I did the exact same but I get an error

    • @SuperSQA
      @SuperSQA  7 місяців тому

      What is the error you are getting? At what step?