Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlaUI and TestStack.White interoperability #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dsheehan
Copy link

  • Reworks UIAComWrapper to depend on UIAutomation-Interop, removing the internally bundled dll.
  • Allows interoperability of TestStack.White and FlaUI within the same project (AppDomain).
  • 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
  • Example usage of interop can be seen in branch InteropPoC / Program.cs

Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant