com.atlassian.jira.webtest.framework.impl.selenium.component
Class ItemListHandler<P extends PageObject>

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
      extended by com.atlassian.jira.webtest.framework.impl.selenium.component.ItemListHandler<P>

public final class ItemListHandler<P extends PageObject>
extends SeleniumContextAware

Queries and parses the section list from the JavaScript query.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Method Summary
 List<AjsDropdown.Item<P>> items()
           
 
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
 

Method Detail

items

public List<AjsDropdown.Item<P>> items()


Copyright © 2002-2012 Atlassian. All Rights Reserved.