
org.gemini4j.browser.Browser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Screenshot-based UI testing.
The newest version!
package org.gemini4j.browser;
import org.gemini4j.utils.Shutdown;
import java.awt.image.BufferedImage;
import java.net.URL;
public interface Browser extends Shutdown {
void navigateTo(URL url);
@Override
void shutdown();
BufferedImage takeScreenshot();
D delegate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy