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

preview_player
Показать описание
This marks the third installment in our ongoing video series focused on Selenium with C# .NET. In this episode, we will write our First Selenium test code using C# .NET, building upon the NUnit Project Template we established in our previous video.

This video covers quite a lot of details to make anyone comfortable with the basic details of Selenium and how they actually work under the hood.

Chapters
0:00 - Introduction
1:51 - Exploring Selenium.WebDriver package
2:32 - Selenium Manager in Selenium.WebDriver
4:30 - Pseudo code of our first Selenium code
10:33 - Running Selenium NUnit Test

➜ Advanced Course available in Udemy with latest discount coupon codes

► COUPON CODE FOR DISCOUNT WHILE PURCHASING: EA_NOV_23

#selenium #executeautomation #csharp #dotnet
For more articles and videos, please follow
► [Twitter] @executeauto
► [Subscribe] @Execute Automation

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
*************************************

Docker & Kubernetes
************************

Mobile Testing
****************
Рекомендации по теме
Комментарии
Автор

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

andreaskarz
Автор

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.

martingrasso
Автор

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

jaminDNB
Автор

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?

jszcojb
Автор

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?

adanortega
Автор

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

shyamkulkarni
Автор

Hi Sir,

Thank you for the course; it's been very helpful! I have a doubt and hope you can clarify it. When opening the Chromium browser in your examples, you’re not getting the popup asking to "Reject/Allow" or "Sign in, " like in the incognito window. However, I am encountering this popup, and because of it, the script isn't proceeding to locate the elements as expected.

I have followed your steps and inserted the element's code just as you demonstrated. Could you please guide me on how to handle this issue?

Thanks in advance!

krishnapavanynv
Автор

I have been hearing this buzz about Playwright. Is it better than Selenium? What advantage does it have over Selenium?

SundayTaiwo-xl
Автор

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!

theAutomaTom
Автор

can we make winform app with celenium?

DeepuMathewgoldeneye
Автор

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

alekhyamunduri