com.atlassian.jira.webtest.framework.impl.selenium.page
Class SeleniumWebSudoLoginPage

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
      extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
          extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractLocatorBasedPageObject
              extended by com.atlassian.jira.webtest.framework.impl.selenium.page.AbstractSeleniumPage
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.page.SeleniumWebSudoLoginPage
All Implemented Interfaces:
PageObject, Page, WebSudoLoginPage

public class SeleniumWebSudoLoginPage
extends AbstractSeleniumPage
implements WebSudoLoginPage

Since:
4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
SeleniumWebSudoLoginPage(SeleniumContext seleniumContext)
           
 
Method Summary
protected  Locator detector()
          Main locator of this page object.
 void setPassword(String password)
           
 void submit()
           
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.page.AbstractSeleniumPage
isAt
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractLocatorBasedPageObject
isReady
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
body, conditions, css, forClass, id, jQuery, locatorFor, name, queries, waitFor, xpath
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Constructor Detail

SeleniumWebSudoLoginPage

public SeleniumWebSudoLoginPage(SeleniumContext seleniumContext)
Method Detail

detector

protected Locator detector()
Description copied from class: AbstractLocatorBasedPageObject
Main locator of this page object. Its presence means that this object is ready to be manipulated in the test.

Specified by:
detector in class AbstractLocatorBasedPageObject
Returns:
main locator of this page object

setPassword

public void setPassword(String password)
Specified by:
setPassword in interface WebSudoLoginPage

submit

public void submit()
Specified by:
submit in interface WebSudoLoginPage


Copyright © 2002-2013 Atlassian. All Rights Reserved.