Skip to content

FlaUI v3.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Roemer Roemer released this 27 Nov 06:57
· 111 commits to master since this release

Breaking changes

  • All FindIndexed are consitently renamed to FindAt
  • Renamed Retry.Interval to Retry.DefaultInterval
  • Renamed Retry.Timeout to Retry.DefaultTimeout

Enhancements

  • .NET Core and Standard compatibility
  • Implemented the new UIA3 features
  • Implemented mouse drag from point to point
  • Added a condition to search by a Framework Id (thanks to @SSHenninger)
  • Added tons of documentation
  • Added AnimationDuration to ComboBox
  • Added a timeout message to Retry
  • Added TextAttributeLibrary
  • Added Retry.Search methods
  • Added IsAvailable property
  • Added .As<T> method
  • Enhanced DataGrid support for WPF (thanks @sparerd)

Bug fixes

  • Correctly use collapse in the expand pattern
  • Fixed LabeledBy property
  • Fixed null exception when getting the mouse cursor
  • Fixed an issue that the mouse cursor was not set correctly on multi-monitor environments