java.lang.Object
com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.menubar.MenuBar

public class MenuBar extends Object
Top menu fixture
  • Constructor Summary

    Constructors
    Constructor
    Description
    MenuBar(com.intellij.remoterobot.RemoteRobot remoteRobot)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    navigateTo(String... path)
    Navigate to the location in main IDE menu according to the given path, perform a given mouse action on the last item in the path

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MenuBar

      public MenuBar(com.intellij.remoterobot.RemoteRobot remoteRobot)
  • Method Details