org.xwiki.test.ui.po.editor.wysiwyg
Class TableConfigPane
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.editor.wysiwyg.WizardStepElement
org.xwiki.test.ui.po.editor.wysiwyg.TableConfigPane
public class TableConfigPane
- extends WizardStepElement
Models the table configuration wizard step that is accessible when inserting a table from the WYSIWYG content editor.
- Since:
- 3.4RC1
- Version:
- $Id: 1732ab7602f6e5458e1f5e597d06d407c3f71917 $
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableConfigPane
public TableConfigPane()
waitToLoad
public TableConfigPane waitToLoad()
- Description copied from class:
WizardStepElement
- Waits for this wizard step to load.
- Overrides:
waitToLoad in class WizardStepElement
- Returns:
- a reference to this wizard step for easy method chaining
getRowCountInput
public org.openqa.selenium.WebElement getRowCountInput()
- Returns:
- the text input used to specify the number of table rows.
getColumnCountInput
public org.openqa.selenium.WebElement getColumnCountInput()
- Returns:
- the text input used to specify the number of table columns.
Copyright © 2004-2013 XWiki. All Rights Reserved.