[🐛 Bug]: Webdriver Wait is not working in selenium C# and this issue exists for both implicit and explicit wait time. #15404
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
I-defect
Something is not working as intended
What happened?
I'm currently encountering a potential issue with our existing selenium C# framework. For some reason, the wait time isn't functioning correctly in the Selenium C# environment. As I check with Java it is functioning properly but C# is failing with both implicit and explicit waits.
Relying on Thread.Sleep to create a global wait isn't the best practice for automation scripting, as it can lead to longer execution times.
Please take a look at the attached video; based on the wait time, the script should pause at that line instead of moving immediately. Here the wait time was 8333333 minutes.
Video Recording:
https://drive.google.com/file/d/1zY8n4H98DzIDiTCtoR_08tHJ9E3szeVk/view?usp=sharing
Automation Tech Stack:
Language : C#
Selenium WebDriver :
Selenium Support:
Selenium wait :
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10
Selenium version
C# 4.29.0
What are the browser(s) and version(s) where you see this issue?
IE edge, Chrome, Firefox
What are the browser driver(s) and version(s) where you see this issue?
MicrosoftEdge=133.0.3065.92, chrome=133.0.6943.142
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: