![JAR search and dependency download from the Maven repository](/logo.png)
com.testsigma.flutter.example.FlutterFinderExample Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appium-flutterfinder-java Show documentation
Show all versions of appium-flutterfinder-java Show documentation
Flutter finder plugin for Appium in java
The newest version!
package com.testsigma.flutter.example;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.remote.RemoteWebDriver;
public class FlutterFinderExample {
RemoteWebDriver driver;
// TODO Need to uncomment and add example test with mocking for RemoteWebDriver
@Test
public void test() {
// FlutterFinder finder = new FlutterFinder(driver);
// FlutterElement element = finder.byValueKey("welcomeStartBtn");
// element.click();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy