 |
Selenium c# Webdriver: Wait Until Element is Present - Stack Overflow
The clickAndWait command doesn't get converted when you choose the Webdriver format in the Selenium IDE. Here is the workaround. Add the wait line below. Realistically, the problem was the click or event that happened before this one--line 1 in my C# code
stackoverflow.com |
 |