All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testsigma.flutter.example.FlutterFinderExample Maven / Gradle / Ivy

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