INNER CODE UNIT · Java
flutterText
appium/java-client · src/main/java/io/appium/java_client/AppiumBy.java:232
public static FlutterBy flutterText(final String selector) {
return new ByFlutterText(selector);
}
/**
* This locator strategy is available in FlutterIntegration Driver mode.
*
* @param selector is the text that is partially present on the widget
* @return an instance of {@link AppiumBy.ByFlutterTextContaining}
*/
public static FlutterBy flutterTextContaining(final String selector) {
return new ByFlutterTextContaining(selector);
}
/**
* This locator strategy is available in FlutterIntegration Driver mode.
*
* @param semanticsLabel represents the value assigned to the label attribute of semantics element