Class SwingMenuItem
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiButton
-
- com.axway.ats.uiengine.elements.swing.SwingMenuItem
-
public class SwingMenuItem extends UiButton
A Swing Menu ItemCan be identified by:
- name
- text
- path
- label
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description SwingMenuItem(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclick()Click menu item-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
SwingMenuItem
public SwingMenuItem(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
click
public void click()
Click menu item- Specified by:
clickin classUiButton- Throws:
VerificationException- if the element doesn't exist
-
-