I cannot figure out how to setup selendroid in Visual Studio and I cannot find any documentation to help me out.
I am trying to do something like:
IWebDriver driver = new SelendroidDriver();
I understand I need the Android SDk installed but how do I actually call the code to start the browsing session in my C# code? I cannot find any Visual Studio nuget package for selendroid or any DLL to add.