Appium Page Object Model AppiumPageObjectMemberDecorator returns TypeloadException.
{"Could not load type 'OpenQA.Selenium.Support.UI.DefaultWait1' from assembly 'WebDriver.Support, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null'.":"OpenQA.Selenium.Support.UI.DefaultWait1"}
Code Snippet:
this.pdriver = driver;
TimeOutDuration timeSpan = new TimeOutDuration(new TimeSpan(0, 0, 0, 5, 0));
PageFactory.InitElements(pdriver, this, new AppiumPageObjectMemberDecorator(timeSpan));
Could you please help