com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator
Class SeleniumCustomFieldsSection

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.core.component.AbstractSeleniumComponent<SimpleSearchFilter>
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator.AbstractSeleniumSimpleFilterSection<CustomFieldsSection>
                      extended by com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator.SeleniumCustomFieldsSection
All Implemented Interfaces:
Collapsible<CustomFieldsSection>, Component<SimpleSearchFilter>, PageObject, CustomFieldsSection, SimpleSearchFilterSection<CustomFieldsSection>

public class SeleniumCustomFieldsSection
extends AbstractSeleniumSimpleFilterSection<CustomFieldsSection>
implements CustomFieldsSection

Selenium implementation of CustomFieldsSection.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator.AbstractSeleniumSimpleFilterSection
type
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
protected SeleniumCustomFieldsSection(SimpleSearchFilter parent, SeleniumContext context)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.page.issuenavigator.AbstractSeleniumSimpleFilterSection
asTargetType, collapse, detector, expand, isCollapsed, isExpanded, type
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.component.AbstractSeleniumComponent
parent
 
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.issuenavigator.SimpleSearchFilterSection
type
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Collapsible
collapse, expand, isCollapsed, isExpanded
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Constructor Detail

SeleniumCustomFieldsSection

protected SeleniumCustomFieldsSection(SimpleSearchFilter parent,
                                      SeleniumContext context)


Copyright © 2002-2013 Atlassian. All Rights Reserved.