com.atlassian.confluence.selenium.client
Class ImagePreview

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.ImagePreview

public class ImagePreview
extends java.lang.Object

An image preview using the Fancybox jQuery plugin.


Constructor Summary
ImagePreview(ConfluenceSeleniumClient client)
           
ImagePreview(ConfluenceSeleniumClient client, java.lang.String selector)
           
 
Method Summary
 void clickOverlay()
           
 void close()
           
 java.lang.String getImageUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePreview

public ImagePreview(ConfluenceSeleniumClient client)

ImagePreview

public ImagePreview(ConfluenceSeleniumClient client,
                    java.lang.String selector)
Method Detail

close

public void close()

clickOverlay

public void clickOverlay()

getImageUrl

public java.lang.String getImageUrl()


Copyright © 2003-2010 Atlassian. All Rights Reserved.