INNER CODE UNIT · Java

flutterType

appium/java-client · src/main/java/io/appium/java_client/AppiumBy.java:222

    public static FlutterBy flutterType(final String selector) {
        return new ByFlutterType(selector);
    }

    /**
     * This locator strategy is available in FlutterIntegration Driver mode.
     *
     * @param selector is the text that is present on the widget
     * @return an instance of {@link AppiumBy.ByFlutterText}
     */
    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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…