
au.com.agic.apptesting.utils.DesktopInteraction Maven / Gradle / Ivy
package au.com.agic.apptesting.utils;
import java.net.URI;
/**
* Module with methods for interacting with the desktop
*/
public interface DesktopInteraction {
/**
* Opens a web page
*
* @param uri The address of the web page to open
*/
void openWebpage(final URI uri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy