Package org.patternfly.core
Class Ouia
- java.lang.Object
-
- org.patternfly.core.Ouia
-
public final class Ouia extends Object
Support for Open UI Automation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcomponent(HTMLElement element, String name, String id)static voidcomponent(HTMLElement element, ComponentType componentType)static voidsafe(HTMLElement element, boolean safe)
-
-
-
Method Detail
-
component
public static void component(HTMLElement element, ComponentType componentType)
-
component
public static void component(HTMLElement element, String name, String id)
-
safe
public static void safe(HTMLElement element, boolean safe)
-
-