Class MenuBar


  • public class MenuBar
    extends java.lang.Object
    Top menu fixture
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void navigateTo​(java.lang.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 Detail

      • MenuBar

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

      • navigateTo

        public void navigateTo​(java.lang.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
        Parameters:
        path - path to navigate in the main menu