public class

PropertyPanel

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.selenium.client.PropertyPanel
Known Direct Subclasses

Class Overview

Represents the Property Panel that appears in the Editor when certain elements like links and images are triggered.

Summary

Constants
String PROPERTY_PANEL_SELECTOR
String PROPERTY_PANEL_SHADOW_SELECTOR
Fields
protected ConfluenceSeleniumClient client
protected final TinyMce tinyMce
Protected Constructors
PropertyPanel(String panelType, TinyMce tinyMce)
PropertyPanel(String panelType, TinyMce tinyMce, Runnable waitFor)
Public Methods
String getPropertyPanelSelector()
double getTopOffset()
boolean isPresent()
void waitUntilHidden()
void waitUntilVisible()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROPERTY_PANEL_SELECTOR

Constant Value: "#property-panel"

public static final String PROPERTY_PANEL_SHADOW_SELECTOR

Constant Value: ".aui-shadow-parent"

Fields

protected ConfluenceSeleniumClient client

protected final TinyMce tinyMce

Protected Constructors

protected PropertyPanel (String panelType, TinyMce tinyMce)

protected PropertyPanel (String panelType, TinyMce tinyMce, Runnable waitFor)

Public Methods

public String getPropertyPanelSelector ()

public double getTopOffset ()

public boolean isPresent ()

public void waitUntilHidden ()

public void waitUntilVisible ()