Class EditorTablePicker
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.editor.EditorTablePicker
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class EditorTablePicker extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseEditorTablePicker
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents the table picker menu in confluence
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description EditorTablePicker()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
activatePicker()
Deprecated.Opens the table picker dropdown if it is currently closed.void
cancelPicker()
Deprecated.Cancels the table picker dropdown if it is currently opened.com.atlassian.pageobjects.elements.query.TimedCondition
isPresent()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isVisible()
Deprecated.void
moveMouseOnTopAndClick(int col, int row)
Deprecated.Moves the mouse in cell size increments.void
moveMouseOnTopHoldingShiftAndClick(int col, int row)
Deprecated.Moves the mouse in cell size increments.
-
-
-
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.
-
-