com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks
Class SeleniumNewAppLinkWizardStep3

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.dialog.AbstractSeleniumDialogContent<NewAppLinkWizardStep3,NewAppLinkWizard>
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.page.admin.applinks.SeleniumNewAppLinkWizardStep3
All Implemented Interfaces:
Localizable, PageObject, DialogContent<NewAppLinkWizardStep3,NewAppLinkWizard>, NewAppLinkWizardStep3

public class SeleniumNewAppLinkWizardStep3
extends AbstractSeleniumDialogContent<NewAppLinkWizardStep3,NewAppLinkWizard>
implements NewAppLinkWizardStep3

Selenium-backed implementation of NewAppLinkWizardStep3.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
SeleniumNewAppLinkWizardStep3(SeleniumContext ctx, NewAppLinkWizard dialog)
           
 
Method Summary
protected  SeleniumLocator detector()
          Main locator of this page object.
 Input haveTheSameUserbase()
          Returns a reference to the radio button, which configures if the two applications share the same userbase.
 SeleniumLocator locator()
          Locator unambiguously locating this page object.
 Input trustEachOther()
          Returns a reference to the radio button, which configures if the two applications trust each other.
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.dialog.AbstractSeleniumDialogContent
dialog
 
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.dialog.DialogContent
dialog
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Constructor Detail

SeleniumNewAppLinkWizardStep3

public SeleniumNewAppLinkWizardStep3(SeleniumContext ctx,
                                     NewAppLinkWizard dialog)
Method Detail

haveTheSameUserbase

public Input haveTheSameUserbase()
Description copied from interface: NewAppLinkWizardStep3
Returns a reference to the radio button, which configures if the two applications share the same userbase.

Specified by:
haveTheSameUserbase in interface NewAppLinkWizardStep3
Returns:
a reference.

trustEachOther

public Input trustEachOther()
Description copied from interface: NewAppLinkWizardStep3
Returns a reference to the radio button, which configures if the two applications trust each other.

Specified by:
trustEachOther in interface NewAppLinkWizardStep3
Returns:
a reference.

locator

public SeleniumLocator locator()
Description copied from interface: Localizable
Locator unambiguously locating this page object.

Specified by:
locator in interface Localizable
Returns:
locator

detector

protected SeleniumLocator 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


Copyright © 2002-2013 Atlassian. All Rights Reserved.