com.atlassian.confluence.webdriver.pageobjects.component.editor.EditorTablePicker
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class EditorTablePicker extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
EditorTablePicker()
Deprecated.
|
Modifier and Type | Method and 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.
|
public void cancelPicker()
public void activatePicker()
public void moveMouseOnTopAndClick(int col, int row)
NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.
col
- row
- public void moveMouseOnTopHoldingShiftAndClick(int col, int row)
NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.
col
- row
- public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
Copyright © 2003–2020 Atlassian. All rights reserved.