Error recognizing WebDriverWait
-
I'm conducting a unitary C# test with Selenium WebDriver and when trying to enter the code WebDriverWait the same is not found.
I'm using the namespaces below and still don't recognize.
OpenQA.Selenium; OpenQA.Selenium.Chrome; System.Threading; Selenium.WebDriver.WaitExtensions; OpenQA.Selenium.Support.UI;
-
I've managed to solve people. I manually imported OpenQA dll. Selenium. Support. UI and solved. Putting down Nuget didn't work.