microsoft / WinAppDriver

Windows Application Driver
MIT License
3.7k stars 1.4k forks source link

Application throws DataAccessLibraryException when I invoke with WinAppDriver #1349

Open Kavitha-Vijay opened 4 years ago

Kavitha-Vijay commented 4 years ago

I am trying to launch an application by providing the path to exe. I am able to launch it successfully by running the path in cmd prompt (manually) but the same path through winapp driver throws DataAccessLibraryException. Please suggest the root cause/fix.

anunay1 commented 4 years ago

Can you share some code?