I am currently automating tests with Selenium/C#/SpecFlow.
In our application we are experiencing some unexpected and expected alerts. Now these alerts are not crucial and non-blocking for any of our tests. These are known environment issues.
What I want to achieve is, throughout every test, I want Selenium to accept any alert at any point. Is there a way to define this at the beginning of the test so whenever there is an alert, it gets accepted?
Thanks in advance! Anand