com.atlassian.confluence.pageobjects.page.content.macros
Class GalleryMacro

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.macros.GalleryMacro
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class GalleryMacro
extends ConfluenceAbstractPage

Represents a {gallery} macro's rendered output when viewing a Confluence page or blog.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
GalleryMacro(ViewPage parentPage)
           
 
Method Summary
 void clickGalleryImage()
           
 java.lang.String getCurrentFancyBoxCaption()
           
 java.lang.String getImageCaption()
           
 java.lang.String getUrl()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalleryMacro

public GalleryMacro(ViewPage parentPage)
Method Detail

clickGalleryImage

public void clickGalleryImage()

getImageCaption

public java.lang.String getImageCaption()

getCurrentFancyBoxCaption

public java.lang.String getCurrentFancyBoxCaption()

getUrl

public java.lang.String getUrl()


Copyright © 2003-2014 Atlassian. All Rights Reserved.