com.atlassian.confluence.selenium.client
Class Gadget

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Gadget
Direct Known Subclasses:
PageGadget

public class Gadget
extends Object


Constructor Summary
Gadget(ConfluenceSeleniumClient client, com.atlassian.selenium.SeleniumAssertions assertThat)
           
 
Method Summary
 int getIframeHeight()
           
 boolean isGadgetIframeSelected()
           
 void selectGadgetIframe()
           
 void selectGadgetInMacroBrowser(String gadgetName, MacroBrowser mb)
           
 void selectTopWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gadget

public Gadget(ConfluenceSeleniumClient client,
              com.atlassian.selenium.SeleniumAssertions assertThat)
Method Detail

selectGadgetIframe

public void selectGadgetIframe()

getIframeHeight

public int getIframeHeight()

isGadgetIframeSelected

public boolean isGadgetIframeSelected()

selectTopWindow

public void selectTopWindow()

selectGadgetInMacroBrowser

public void selectGadgetInMacroBrowser(String gadgetName,
                                       MacroBrowser mb)
                                throws InterruptedException
Throws:
InterruptedException


Copyright © 2003-2012 Atlassian. All Rights Reserved.