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

com.automationrockstars.design.desktop.driver.ImageSearchContext Maven / Gradle / Ivy

/*
 * 
 */

package com.automationrockstars.design.desktop.driver;

import org.openqa.selenium.SearchContext;

import java.util.Iterator;

public interface ImageSearchContext extends SearchContext {

    ImageUiObject findElement(ByImage by);

    ImageUiObject findElement(String imagePath);


    Iterator findElements(ByImage by);

    Iterator findElements(String imagePath);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy