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

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 18

  • @SuperSQA
    @SuperSQA  8 หลายเดือนก่อน

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

  • @simp4_jesus953
    @simp4_jesus953 8 หลายเดือนก่อน +2

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

    • @SuperSQA
      @SuperSQA  7 หลายเดือนก่อน

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

  • @sykoz371
    @sykoz371 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      @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.

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 6 หลายเดือนก่อน +1

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

  • @danbrendel6762
    @danbrendel6762 3 หลายเดือนก่อน

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

    • @SuperSQA
      @SuperSQA  3 หลายเดือนก่อน

      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.

  • @mikhoward
    @mikhoward 8 หลายเดือนก่อน

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

    • @SuperSQA
      @SuperSQA  8 หลายเดือนก่อน

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

  • @alaamansour6088
    @alaamansour6088 2 หลายเดือนก่อน

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

    • @SuperSQA
      @SuperSQA  2 หลายเดือนก่อน

      I am glad it helped. Thanks for the update.

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 6 หลายเดือนก่อน

    I did the exact same but I get an error

    • @SuperSQA
      @SuperSQA  6 หลายเดือนก่อน

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

  • @LordKaos666
    @LordKaos666 8 หลายเดือนก่อน

    Thanks for the video and the news 😉

    • @SuperSQA
      @SuperSQA  8 หลายเดือนก่อน

      No problem 👍

  • @nouhlaib6735
    @nouhlaib6735 4 หลายเดือนก่อน

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

    • @SuperSQA
      @SuperSQA  4 หลายเดือนก่อน

      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: th-cam.com/video/oBw0rVkZows/w-d-xo.html