You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows for gradual transition, where a full-migration was not economically feasible in a single-shot
A prior PoC using FlaUI.Adapter.White proved to be unusable, given the complex workarounds we had already made in our project for limitations in TestStack.White. Simpler projects may not run into the same issues.
No effort has (intentionally) been made to cleanup code in order to minimize future fork rebase efforts, bare minimum to build and achieve interop.
Package name kept as UIAComWrapper to allow for drop in replacement, and trying to mitigate issues with signing, without forking/rebuilding TestStack.White
InteropPoC an example using TestStack.White and FlaUI in the same assembly/appdomain, and converting between the two
instead of using an internal package reference it requires installing the NuGet package locally. This is how an independent project would use it; easier copy/paste the example.
Update README
v1.1.0.14 (fork)
added source indexing with GitLink. Makes issue debugging much easier as stepping into UIAComWrapper code in VS automatically downloads proper source code from GitHub.
About
FlaUIAComWrapper is a fork of UIAComWrapper to allow interop between TestStack.White and FlaUI