user_event library Null safety UserActions
A library that provides more advanced simulation of browser interactions than the built-in fireEvent method.
Learn more: testing-library.com/docs/ecosystem-user-event/.
Classes
- KeyboardState
-
An opaque object returned from keyboard-related user event methods
that can be used to continue keyboard operations via the
keyboardState
argument. - SpecialChars
- A handful of special characters used in UserEvent.type.
- UserEvent UserActions
- Test utility methods that provide more advanced simulation of browser interactions than the fireEvent function.