com.atlassian.confluence.selenium.client
Class ImagePropertyPanel
java.lang.Object
com.atlassian.confluence.selenium.client.PropertyPanel
com.atlassian.confluence.selenium.client.ImagePropertyPanel
public class ImagePropertyPanel
- extends PropertyPanel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImagePropertyPanel
public ImagePropertyPanel(TinyMce tinyMce,
java.lang.String imageFileName)
launchFromClickOnImage
public static ImagePropertyPanel launchFromClickOnImage(TinyMce tinyMce,
java.lang.String imageFileName)
clickSmallButton
public void clickSmallButton()
clickMediumButton
public void clickMediumButton()
clickLargeButton
public void clickLargeButton()
clickOriginalButton
public void clickOriginalButton()
clickBorderButton
public void clickBorderButton(boolean on)
clickLink
public LinkBrowser clickLink()
getAnchorImageHeight
public int getAnchorImageHeight()
- Returns the height of the property panel's anchor image.
- Returns:
- image height
waitForAnchorImageHeight
public void waitForAnchorImageHeight(int height)
- Waits until the panel's anchor image is the expected height.
- Parameters:
height
- expected height
getTop
public int getTop()
- Returns the CSS top position of the Property Panel element.
- Returns:
- top pixels
Copyright © 2003-2013 Atlassian. All Rights Reserved.