public class AdvancedSearchPane extends BaseElement
Constructor and Description |
---|
AdvancedSearchPane() |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
getCancelButton() |
org.openqa.selenium.WebElement |
getIdInput() |
org.openqa.selenium.WebElement |
getSearchButton() |
org.openqa.selenium.WebElement |
getVersionInput() |
SearchResultsPane |
search(CharSequence extensionId,
CharSequence extensionVersion)
Searches for the specified extension.
|
SearchResultsPane |
search(org.xwiki.extension.ExtensionId extensionId)
Searches for the specified extension.
|
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public org.openqa.selenium.WebElement getIdInput()
public org.openqa.selenium.WebElement getVersionInput()
public org.openqa.selenium.WebElement getSearchButton()
public org.openqa.selenium.WebElement getCancelButton()
public SearchResultsPane search(CharSequence extensionId, CharSequence extensionVersion)
extensionId
- the extension identifierextensionVersion
- the extension versionpublic SearchResultsPane search(org.xwiki.extension.ExtensionId extensionId)
extensionId
- the extension identifierCopyright © 2004–2021 XWiki. All rights reserved.