
com.katalon.platform.api.ui.UIService Maven / Gradle / Ivy
package com.katalon.platform.api.ui;
/**
* The root interface in the UIService hierarchy.
*
* Each UIService is a KS platform service to help plugins interact with KS built-in UI functions, such as:
* Test Explorers actions, Dialog actions, synchronize code with main UI thread...
*
* @see DialogActionService
* @see TestExplorerActionService
* @see UISynchronizeService
* @since 1.0.4
*/
public interface UIService {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy