As Expected Conditions(Explicit Wait) has been deprecated. What is to be used now for Explicit wait? How can we use lambda expressions | Selenium C# Forum
M
Mayank Jain Posted on 14/07/2019

G
gunjan Replied on 16/07/2019

Using nuget, you need to search for DotNetSeleniumExtras.WaitHelpers, import that namespace into your class and then you can add Expected Conditions class.