com.atlassian.confluence.selenium.client
Class ConfluenceLogin
java.lang.Object
com.atlassian.confluence.selenium.client.ConfluenceLogin
- All Implemented Interfaces:
- SeleniumLogin
public class ConfluenceLogin
- extends Object
- implements SeleniumLogin
Logs users in and out of Confluence via the Confluence login screen
- Since:
- v4.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceLogin
public ConfluenceLogin(ConfluenceSeleniumClient confluenceClient)
logIn
public void logIn(User user,
String destination,
long timeoutMillis,
boolean rememberMe,
String language)
- Specified by:
logIn in interface SeleniumLogin
logOut
public void logOut()
- Specified by:
logOut in interface SeleniumLogin
Copyright © 2003-2012 Atlassian. All Rights Reserved.