Error recognizing WebDriverWait

0

I'm running a unit test in C # with Selenium WebDriver and when trying to enter the code WebDriverWait it is not found. >

I'm using the namespaces below and still do not recognize them.

OpenQA.Selenium;
OpenQA.Selenium.Chrome;
System.Threading;
Selenium.WebDriver.WaitExtensions;
OpenQA.Selenium.Support.UI;

    
asked by anonymous 05.09.2017 / 17:26

1 answer

1

I have managed to resolve personnel. I manually imported the OpenQA.Selenium.Support.UI dll and solved it. Downloading the Nuget did not work.

    
05.09.2017 / 19:16