com.atlassian.confluence.selenium.client
Class Confluence

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

public class Confluence
extends java.lang.Object


Constructor Summary
Confluence(ConfluenceSeleniumClient client)
           
 
Method Summary
 void logIn(User user, Page destination)
           
 void logIn(User user, java.lang.String destination)
           
 void logIn(User user, java.lang.String destination, long timeoutMillis)
          Log in as the specified user, going to the provided URL (relative to the context path) after logging in.
 void logOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Confluence

public Confluence(ConfluenceSeleniumClient client)
Method Detail

logOut

public void logOut()

logIn

public void logIn(User user,
                  Page destination)

logIn

public void logIn(User user,
                  java.lang.String destination)

logIn

public void logIn(User user,
                  java.lang.String destination,
                  long timeoutMillis)
Log in as the specified user, going to the provided URL (relative to the context path) after logging in.

Parameters:
user - the user to log in as.
destination - where to go after logging in. Pass 'null' to go to the default homepage.
timeoutMillis - maximum wait time for the destination page to load in milliseconds, or zero to wait for the default time specified by ConfluenceSeleniumClient.


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.