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.
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?
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?
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!
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?
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.
Finally something new and useful from Selenium. Nevertheless, we are currently converting all our tests to Playwright.
Thank you for your content, it's very helpful 💪❤️🇺🇦
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?
Helped alot :)
Can you please create video on Upgrade selenium 3 to 4.4 in vs2022 with existing code with steps
can we make winform app with celenium?
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?
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!
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?
Cookies failed the test case, I have to manually accept cookies, so test case is failing, what to do in this case