AppiumFlutterFinder class

Constructors

AppiumFlutterFinder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

byAncestor({required String of, required String matching, bool matchingRoot = false, bool firstMatchOnly = false}) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given of, matching and matchingRoot. https://github.com/truongsinh/appium-flutter-driver#finders
byDescendant({required String of, required String matching, bool matchingRoot = false, bool firstMatchOnly = false}) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given of, matching and matchingRoot. https://github.com/truongsinh/appium-flutter-driver#finders
byKeyValueInt(int key) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given key as int. https://github.com/truongsinh/appium-flutter-driver#finders
byKeyValueString(String key) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given key as string. https://github.com/truongsinh/appium-flutter-driver#finders
bySemanticsLabel(String label) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given label. https://github.com/truongsinh/appium-flutter-driver#finders
bySemanticsLabelWithRegExp(String label) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given label. It should be Regex as string. https://github.com/truongsinh/appium-flutter-driver#finders https://api.flutter.dev/flutter/dart-core/RegExp-class.html
byText(String text) String
byTooltip(String text) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given text. https://github.com/truongsinh/appium-flutter-driver#finders
byType(String type) String
Returns base64 encoded string as a finder for appium-flutter-driver with the given type. https://github.com/truongsinh/appium-flutter-driver#finders
pageBack() String
Returns base64 encoded string as a finder for appium-flutter-driver. https://github.com/truongsinh/appium-flutter-driver#finders