I am trying to use Selenium's WebDriverWait together with Selenium PhantomJSDriver in my test . At the addition of the Selenium.WebDriver package, the class is usable ( under OpenQA.Selenium.Support.UI) When I add the Selenium.WebDriver.PhantomJS.Xplatform package, that becomes unusable.
If I switch the order of adding the above mentioned packages( managed both time via Nuget, using Rider), the Selenium.WebDriver will make the OpenQA.Selenium.PhantomJS unreachable . I have also added Selenium.Support as seen here : Cannot find WebDriverWait class in OpenQA.Selenium (C#), but that did not help.
Any suggestions on how could I use the WebDriverWait together with PhantomJS?