Interface WindowDriver

    • Method Detail

      • activate

        void activate​(ComponentOperator oper)
        Activates a window.
        Parameters:
        oper - Window operator.
      • close

        void close​(ComponentOperator oper)
        Closes a window.
        Parameters:
        oper - Window operator.
      • move

        void move​(ComponentOperator oper,
                  int x,
                  int y)
        Change window location.
        Parameters:
        oper - Window operator.
        x - New x coordinate
        y - New y coordinate
      • resize

        void resize​(ComponentOperator oper,
                    int width,
                    int height)
        Change window size.
        Parameters:
        oper - Window operator.
        width - New window width.
        height - New window height.