INNER CODE UNIT · Java
flutterTextContaining
appium/java-client · src/main/java/io/appium/java_client/AppiumBy.java:242
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
* @return an instance of {@link AppiumBy.ByFlutterSemanticsLabel}
*/
public static FlutterBy flutterSemanticsLabel(final String semanticsLabel) {
return new ByFlutterSemanticsLabel(semanticsLabel);
}
/**
* This locator strategy is available in FlutterIntegration Driver mode since version 1.4.0.
*
* @param of represents the parent widget locator