com.atlassian.confluence.selenium.client
Class InsertTablePopup
java.lang.Object
com.atlassian.confluence.selenium.client.Dialog
com.atlassian.confluence.selenium.client.InsertTablePopup
public class InsertTablePopup
- extends Dialog
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog |
client, id |
Methods inherited from class com.atlassian.confluence.selenium.client.Dialog |
clickButton, clickCancel, clickLink, clickPageMenu, getId, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_ROWS
public static final int DEFAULT_ROWS
- See Also:
- Constant Field Values
DEFAULT_BODY_ROWS
public static final int DEFAULT_BODY_ROWS
- See Also:
- Constant Field Values
DEFAULT_COLS
public static final int DEFAULT_COLS
- See Also:
- Constant Field Values
InsertTablePopup
public InsertTablePopup(ConfluenceSeleniumClient client)
uncheckHeading
public void uncheckHeading()
setRows
public void setRows(int numberOfRows)
setCols
public void setCols(int numberOfCols)
clickInsert
public void clickInsert()
Copyright © 2003-2013 Atlassian. All Rights Reserved.