You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sergey Tikhomirov edited this page Jan 5, 2016
·
7 revisions
You need to add the following namespace line: using OpenQA.Selenium.Appium;.
Use the AppiumDriver class/subclass to construct the driver. It works the same as the Selenium Webdriver, except that
the ports are defaulted to Appium values, and the driver does not know how to start the Appium on its own.
To use the Appium methods on Element, you need to specify the parameter of AppiumDriver or its subclasses.