|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.extension.test.po.SimpleSearchPane
public class SimpleSearchPane
Represents the simple extension search form.
| Constructor Summary | |
|---|---|
SimpleSearchPane()
|
|
| Method Summary | |
|---|---|
AdvancedSearchPane |
clickAdvancedSearch()
Clicks on the 'Advanced search' link to open the advanced search pane. |
org.openqa.selenium.support.ui.Select |
getRepositorySelect()
|
org.openqa.selenium.WebElement |
getSearchInput()
|
SearchResultsPane |
search(CharSequence keywords)
Searches for the extensions matching the given keywords. |
SearchResultsPane |
selectRepository(String repositoryId)
Selects the specified extension repository and waits for the search results to update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSearchPane()
| Method Detail |
|---|
public org.openqa.selenium.WebElement getSearchInput()
public org.openqa.selenium.support.ui.Select getRepositorySelect()
public SearchResultsPane selectRepository(String repositoryId)
repositoryId - the repository identifier
public AdvancedSearchPane clickAdvancedSearch()
public SearchResultsPane search(CharSequence keywords)
keywords - the keywords to search for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||