💥 Breaking changes 💥
- Changed all interactions to take place on the Event thread, using
invokeAndWait
by default. awaitCondition
replaced withwaitForAssertion
. This now expects an assertion to be passed in rather than a boolean method, for better logging on failure.
🔧 Other changes 🔧
- New
findWindow
helper, along with README guidance on testing with windows and modals. - Added component trees for debugging - these are automatically logged for various failed assertions
- Added a few other convenience methods like
clickOk()
andclickCancel()