com.atlassian.confluence.selenium.client
Class PageTemplateWizard

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

public class PageTemplateWizard
extends java.lang.Object


Constructor Summary
PageTemplateWizard(ConfluenceSeleniumClient client)
           
 
Method Summary
 void clickInsertVariables()
           
 void enterVariable(java.lang.String variable, java.lang.String value)
           
 void selectTemplate(long templateId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageTemplateWizard

public PageTemplateWizard(ConfluenceSeleniumClient client)
Method Detail

selectTemplate

public void selectTemplate(long templateId)

clickInsertVariables

public void clickInsertVariables()

enterVariable

public void enterVariable(java.lang.String variable,
                          java.lang.String value)


Copyright © 2003-2010 Atlassian. All Rights Reserved.