public class InformationPane extends BaseElement
Constructor and Description |
---|
InformationPane() |
Modifier and Type | Method and Description |
---|---|
void |
clickTranslationLink(Locale locale)
Clicks on the translation link that corresponds to the given locale.
|
void |
clickTranslationLink(String label)
Clicks on the translation link with the specified label (locale pretty name).
|
DocumentSyntaxPropertyPane |
editSyntax() |
List<String> |
getAvailableTranslations() |
String |
getLocale() |
List<String> |
getMissingTranslations() |
String |
getOriginalLocale() |
String |
getSyntax() |
boolean |
isOpened() |
boolean |
isOriginalLocale() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public boolean isOpened()
public String getLocale()
public boolean isOriginalLocale()
true
if the Information tab says that the original locale of the current page is currently being
viewed, false
otherwisepublic String getOriginalLocale()
public List<String> getAvailableTranslations()
public List<String> getMissingTranslations()
public void clickTranslationLink(Locale locale)
locale
- the locale to click onpublic void clickTranslationLink(String label)
label
- the locale pretty namepublic String getSyntax()
public DocumentSyntaxPropertyPane editSyntax()
Copyright © 2004–2021 XWiki. All rights reserved.