fluttium library

The core package for the Fluttium user flow testing framework

Classes

Action
An action is a piece of code that can be executed by the driver. It can be used to perform a specific action on the app, like tapping a button or scrolling a list.
ActionRegistration
A registration of an action.
Alias
Describe an alias parameter for an ActionRegistration.
ClearText
Clear text automatically.
ExpectNotVisible
Asserts that a node that matches the arguments is not visible.
ExpectVisible
Asserts that a node that matches the arguments is visible.
LongPressOn
Long press on a node that matches the arguments.
PressOn
Press on a node that matches the arguments.
Registry
The registry of all the actions a Tester can perform.
Scroll
Scroll within a node with a given direction until a child node is found.
Swipe
Swipe left or right within a node until a child node is found.
TakeScreenshot
Takes a screenshot of the current screen.
Tester
The tester that is used to execute the actions in a flow file.
Wait
Wait for a given amount of time until continuing with the next step.
WriteText
Write text automatically.

Extensions

SemanticsNodeX on SemanticsNode
Extension methods for SemanticsNode.