Error when recognizing Webdriverwait

Asked

Viewed 72 times

0

I am performing a unit test in C# with Selenium Webdriver and when trying to enter the code Webdriverwait the same is not found.

I’m using the namespaces below and you still don’t recognize.

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

Como apresenta no Visual Studio

1 answer

1

I managed to resolve personal. I manually imported the dll from Openqa.Selenium.Support.UI and resolved it. Downloading by Nuget did not work.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.