YaruCommonFinders extension

Convenient high-level common finder extensions for buttons and alike.

on

Methods

button(dynamic text, {bool skipOffstage = true}) Finder
Finds any ButtonStyleButton by text.
checkButton(dynamic text, {bool skipOffstage = true}) Finder
Finds YaruCheckButton by text.
iconButton(IconData icon, {bool skipOffstage = true}) Finder
Finds ButtonStyleButton by icon.
listTile(dynamic text, {bool skipOffstage = true}) Finder
Finds ListTile by text.
Finds MenuItemButton by text.
radio<T>(T value, {bool skipOffstage = true}) Finder
Finds Radio or YaruRadio by value.
radioButton<T>(dynamic text, {bool skipOffstage = true}) Finder
Finds YaruRadioButton by text.
switchButton(dynamic text, {bool skipOffstage = true}) Finder
Finds YaruSwitchButton by text.
textField(dynamic text, {bool skipOffstage = true}) Finder
Finds TextField by text (or hint/label).
titleBar(dynamic text, {bool skipOffstage = true}) Finder
Finds YaruTitleBar by text.
toggleButton(dynamic text, {bool skipOffstage = true}) Finder
Finds YaruToggleButton by text.