microsoft / WinAppDriver

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

Appium installs WinAppDriver in the wrong location #1966

Open lovettchris opened 8 months ago

lovettchris commented 8 months ago

I kept getting "message": "An unknown error occurred in the remote end while processing the command." until I fully uninstalled the WinAppDriver then installed it again from your github releases. I noticed your installer places it in C:\Program Files (x86)\Windows Application Driver which works, but appium was placing it in C:\Program Files\Windows Application Driver.

RakeshDangi-slt commented 8 months ago

Hi @lovettchris, It is intended to be installed on that location only, and for the error have you enabled the developer mode? also if you are using it in conjunction with Appium driver you need to install its driver from the Appium command line "Appium driver install......" We have an already developed solution for the same, you can check it out over here "https://soliterata.com/".

lovettchris commented 8 months ago

Yep, I already checked developer mode is enabled, but Appium driver install.... is how I installed it the first time, but nothing would work. I kept getting that error message until I manually uninstalled WinAppDriver, and installed your .msi which put it in C:\Program Files (x86) then appium magically started working properly.

RakeshDangi-slt commented 7 months ago

yes, you need to have the win app driver installed, you are doing it correctly.