com.atlassian.confluence.selenium.client
Class PropertyPanel
java.lang.Object
com.atlassian.confluence.selenium.client.PropertyPanel
- Direct Known Subclasses:
- ImagePropertyPanel, LinkPropertyPanel
public class PropertyPanel
- extends Object
Represents the Property Panel that appears in the Rich Text Editor when certain elements like links and images are
triggered.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_PANEL_SELECTOR
public static final String PROPERTY_PANEL_SELECTOR
- See Also:
- Constant Field Values
PROPERTY_PANEL_SHADOW_SELECTOR
public static final String PROPERTY_PANEL_SHADOW_SELECTOR
- See Also:
- Constant Field Values
tinyMce
protected final TinyMce tinyMce
client
protected ConfluenceSeleniumClient client
PropertyPanel
protected PropertyPanel(String panelType,
TinyMce tinyMce)
getPropertyPanelSelector
public String getPropertyPanelSelector()
isPresent
public boolean isPresent()
waitUntilVisible
public void waitUntilVisible()
getTopOffset
public double getTopOffset()
Copyright © 2003-2011 Atlassian. All Rights Reserved.