Selenium- Browser Automation Using C# (Episode - 1)

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 23

  • @kidcae
    @kidcae  7 років тому +3

    Hi Guys! Just to let you all know I recognized after uploading that the audio quality of this video is very poor with all of the white noise. However, I have fixed this issue in the next episode and the rest to come! Please continue to learn and enjoy this series! :)

  • @seenathgooding181
    @seenathgooding181 3 роки тому

    great vid. looking forward to the rest of the series

  • @bassamabdelaziz2184
    @bassamabdelaziz2184 5 років тому

    nice video. i've been searching fora good tutorial about selenium in C# and you saved me :)

  • @xskodemedia746
    @xskodemedia746 3 роки тому

    This is a very helpful video. im about to finish the series!

  • @1400eeyore
    @1400eeyore 2 роки тому

    Is there a public document of selenium ?

  • @monakarmi2812
    @monakarmi2812 5 років тому +1

    I really liked the vid.. please make a crash course of this . Thank you

  • @idilkucukkaya
    @idilkucukkaya 2 роки тому

    you saved me:) thank you appreciated

  • @kevinsellers3012
    @kevinsellers3012 3 роки тому

    Great tutorial. Thank you.

  • @n.b.4155
    @n.b.4155 3 роки тому

    Really helpful, thank you man!

  • @muhammadalfasih7432
    @muhammadalfasih7432 6 років тому

    Subscribed, it is really helpful for me, thank you so much!

  • @anonymoussirproxx6886
    @anonymoussirproxx6886 3 роки тому

    Realy Good Video

  • @SuhaAlhabaj
    @SuhaAlhabaj 4 роки тому

    What are your resources to learn?

  • @adiron9501
    @adiron9501 4 роки тому +1

    the program keep giving me this error even that I didnt your setup step by step::
    "OpenQA.Selenium.DriverServiceNotFoundException: 'The chromedriver.exe file does not exist in the current directory or in a directory on the PATH environment variable"
    any idea how to solve it?

    • @kidcae
      @kidcae  4 роки тому

      adi ron mind posting some of your code? That error usually means you didn’t initialize OR install the selenium libraries required. If there’s anyway I can help let me know :)

    • @joshuadicks2104
      @joshuadicks2104 4 роки тому

      adi ron Not sure if this still helps you. I had the same error because the chrome driver in the video is specifically for windows. If you are using MacOS like me you need to uninstall it and use this ChromeDriver instead:
      www.nuget.org/packages/Selenium.WebDriver.ChromeDriver/87.0.4280.2000-beta
      I could be wrong because I'm not very computer savvy. But this is what worked for me if you are using Mac

  • @adamveenendaal4159
    @adamveenendaal4159 Рік тому +1

    8:33 The variable and class are the same name and it got confused.

  • @ApexArtistX
    @ApexArtistX 4 роки тому

    Can you extend the turorial to open capcha service sites

  • @juandi67
    @juandi67 2 роки тому

    I've got this error Unhandled Exception: System.InvalidOperationException: session not created: This version of ChromeDriver only supports Chrome version 85 (SessionNotCreated). I upgraded the ChromeDriver already but message persists. Great video btw!!

  • @renax187
    @renax187 3 роки тому

    i alway get the output in the CLI "1611070179931 geckodriver INFO Listening on 127.0.0.1:51344" but nothing happens. PLS HELPPP MEE

  • @TheeChrisM
    @TheeChrisM 4 роки тому

    good work thx

  • @markojotovic8991
    @markojotovic8991 Рік тому

    I can't solve problems with webdriver version :(

    • @kidcae
      @kidcae  Рік тому

      What is your problem ?

  • @Zackmortar
    @Zackmortar 5 років тому

    u forgot the download part
    installation of selenium