public abstract class AccordionPanel extends AbstractComponent
p:accordionPanel.| Constructor and Description |
|---|
AccordionPanel() |
| Modifier and Type | Method and Description |
|---|---|
List<org.openqa.selenium.WebElement> |
getHeaders() |
String |
getTabHeader(int index)
Provides the header of an
AccordionPanel tab at the specified index. |
List<String> |
getTabHeaders()
Provides the headers of the
AccordionPanel tabs in their order. |
void |
toggleTab(int index)
Toggle the tab denoted by the specified index.
|
getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsStringgetElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic List<org.openqa.selenium.WebElement> getHeaders()
public void toggleTab(int index)
index - the index of the tab to expandpublic String getTabHeader(int index)
AccordionPanel tab at the specified index.index - the indexAccordionPanel tabpublic List<String> getTabHeaders()
AccordionPanel tabs in their order.Copyright © 2020. All rights reserved.