imsardine / winappdriver

WebDriver for Windows Applications
MIT License
119 stars 11 forks source link

Start app Fails #17

Closed stefdaems closed 9 years ago

stefdaems commented 9 years ago

Followed your tutorial in order to start Twitter application. Following error occurs every time.

image

Any idea what could be wrong? I'm using vb.net

desired = New DesiredCapabilities desired.SetCapability("PlatformName", "WindowsModern") desired.SetCapability("PackageName", "9E2F88E3.Twitter")

imsardine commented 9 years ago

@stefdaems Please check out version 0.2.1. (note that you have to uninstall WinAppDriver first)

wilcollins commented 8 years ago

Same issue as #12