kfrajtak / WinAppDriver

Full open-source Selenium driver for WinForms applications using Windows Automation
MIT License
40 stars 9 forks source link

Add support for appWorkingDir capability #13

Closed ejhollas closed 4 years ago

ejhollas commented 4 years ago

I have an application that uses a plugin system whose directory is relative to the location of the executable. This patch allows the tester to specify the working directory instead of taking the default working directory. Documentation related to this feature has been written.

kfrajtak commented 4 years ago

Thank you for your contribution 👍