INNER CODE UNIT · Java

flutterKey

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

    public static FlutterBy flutterKey(final String selector) {
        return new ByFlutterKey(selector);
    }

    /**
     * This locator strategy is available in FlutterIntegration Driver mode.
     *
     * @param selector is the Type of widget mounted in the app tree
     * @return an instance of {@link AppiumBy.ByFlutterType}
     */
    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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…