Class EditorTablePicker

    • Constructor Detail

      • EditorTablePicker

        public EditorTablePicker()
        Deprecated.
    • Method Detail

      • cancelPicker

        public void cancelPicker()
        Deprecated.
        Cancels the table picker dropdown if it is currently opened.
      • activatePicker

        public void activatePicker()
        Deprecated.
        Opens the table picker dropdown if it is currently closed.
      • moveMouseOnTopAndClick

        public void moveMouseOnTopAndClick​(int col,
                                           int row)
        Deprecated.
        Moves the mouse in cell size increments. With (1,1) being approximately the center of the first cell.

        NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.

        Parameters:
        col -
        row -
      • moveMouseOnTopHoldingShiftAndClick

        public void moveMouseOnTopHoldingShiftAndClick​(int col,
                                                       int row)
        Deprecated.
        Moves the mouse in cell size increments. With (1,1) being approximately the center of the first cell, with the SHIFT key pressed, which means no TH will be inserted.

        NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.

        Parameters:
        col -
        row -
      • isVisible

        public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
        Deprecated.
      • isPresent

        public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
        Deprecated.