microsoft / WinAppDriver

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

WinAppDriver NuGet package - Core #930

Open JDCain opened 4 years ago

JDCain commented 4 years ago

I am unable to install the WinAppDriver NuGet Preview package into net core projects. Is there any plan to migrate this to core?

Is there a suggested set of packages and version for just core?

hassanuz commented 4 years ago

It might be worthwhile creating a separate .Net standard project and writing the automation scripts there. You will still be able to automate your .Net Core app just the same.