ImagePropertyPanel
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class ImagePropertyPanel extends PropertyPanel
Modifier and Type | Class and Description |
---|---|
static class |
ImagePropertyPanel.ImageSize
Deprecated.
|
propertyPanelElement
Constructor and Description |
---|
ImagePropertyPanel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomSizeInputValue()
Deprecated.
|
boolean |
isBorderToggleOn()
Deprecated.
|
boolean |
isLargeSelected()
Deprecated.
|
boolean |
isMediumSelected()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isPresent()
Deprecated.
|
boolean |
isSmallSelected()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isVisible()
Deprecated.
|
ImagePropertiesDialog |
openImagePropertiesDialog()
Deprecated.
|
void |
setImageSize(int pixels)
Deprecated.
|
void |
setLarge()
Deprecated.
|
void |
setMedium()
Deprecated.
|
void |
setOriginal()
Deprecated.
|
void |
setSmall()
Deprecated.
|
void |
toggleBorder()
Deprecated.
Toggle the border of the image.
|
public void setImageSize(int pixels)
public String getCustomSizeInputValue()
public void setSmall()
public void setMedium()
public void setLarge()
public void setOriginal()
public boolean isSmallSelected()
public boolean isMediumSelected()
public boolean isLargeSelected()
public ImagePropertiesDialog openImagePropertiesDialog()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPresent()
public void toggleBorder()
public boolean isBorderToggleOn()
Copyright © 2003–2018 Atlassian. All rights reserved.