How to configure Appium using Selenium Web Driver (C #) - Visual Studio

2

Good afternoon,

I read some blogs on the Appium configuration, but I'm still kind of lost. I need to configure Appium using the Selenium Web Driver in VS (C #) .

I currently work with Eclipse and Selenium Web Driver, but now I need to switch to C # to validate applications in C # (Browser's) and Mobile (IOS and Android).

Could anyone help me?

    
asked by anonymous 06.10.2016 / 20:28

1 answer

0

You can use the following posts to meet your goal.

This first shows the Selenium configuration using C #

link

This second shows an example app using VS and appium

link

    
15.11.2016 / 21:55