#3 - Understanding and writing First Selenium Test code in C# .NET

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

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

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

    You made getting Selenium setup really easy and straightforward. I needed to test a scenario and you helped me reach that in fast than I thought it would take. I really liked how you demonstrated running the application via the run option in the menu doesn't work for this type of project.

  • @andreaskarz
    @andreaskarz 11 หลายเดือนก่อน +3

    Finally something new and useful from Selenium. Nevertheless, we are currently converting all our tests to Playwright.

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

    it is autmatically managing the WebDriver version when you install the nuget for Selenium.WebDriver, but there are a way to indicate it to use an older version of google Chrome?

  • @jaminDNB
    @jaminDNB 11 หลายเดือนก่อน +1

    Thank you for your content, it's very helpful 💪❤️🇺🇦

  • @user-js6zc5oj4b
    @user-js6zc5oj4b 9 หลายเดือนก่อน

    Thank you so much for the video.
    Unfortunately, I have a problem with test and still have an error. When I try to open Chrome as test browser, I don't see google "data:,". Could you please advice how can I solve this issue?

  • @theAutomaTom
    @theAutomaTom 8 หลายเดือนก่อน +1

    Can you imagine why in the world I"m getting `NoSuchDriverException : Unable to obtain chrome using Selenium Manager;`? I have used selenium in the past for small project, but it no longer works. I an now following your tutorial from the beginning with a new test solution, but it behaves the same way. I was looking forward to the manager talking care of driver versions., with no luck. ChromeDriver is saved, in a directory listed in Path, and the pc has been restarted. Thanks for your help!

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

      same issue, my project is executing webdriver 125 and I have installed the browser chrome 124, but I dont know how to downgrade the webdriver to 124, any luck there?

  • @alekhyamunduri1015
    @alekhyamunduri1015 5 หลายเดือนก่อน

    Cookies failed the test case, I have to manually accept cookies, so test case is failing, what to do in this case

  • @shyamkulkarni7148
    @shyamkulkarni7148 11 หลายเดือนก่อน

    Can you please create video on Upgrade selenium 3 to 4.4 in vs2022 with existing code with steps

  • @ptvsportslive8188
    @ptvsportslive8188 9 หลายเดือนก่อน

    Helped alot :)