.. java:import:: org.openqa.selenium WebElement .. java:import:: ru.bitec.gs.automation.client BrowserContext .. java:import:: ru.bitec.gs.automation.client Clickable AbstractTabItem =============== .. java:package:: ru.bitec.gs.automation.client.ui :noindex: .. java:type:: public abstract class AbstractTabItem extends AbstractUiElement implements Clickable .. versionadded:: 1.1.0 Абстрактная вкладка. Constructors ------------ AbstractTabItem ^^^^^^^^^^^^^^^ .. java:constructor:: public AbstractTabItem(AbstractUiElement parent, WebElement webElement) :outertype: AbstractTabItem AbstractTabItem ^^^^^^^^^^^^^^^ .. java:constructor:: protected AbstractTabItem(BrowserContext browserContext, WebElement webElement) :outertype: AbstractTabItem Methods ------- doubleClick ^^^^^^^^^^^ .. java:method:: @Override public void doubleClick() :outertype: AbstractTabItem Метод блокирует симуляцию дабл-клика. getCaption ^^^^^^^^^^ .. java:method:: public String getCaption() :outertype: AbstractTabItem Получить текст, отображаемый на вкладке. :return: Текст, отображаемый на вкладке. getWebElementByCaption ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: protected static WebElement getWebElementByCaption(AbstractUiElement parent, String caption) :outertype: AbstractTabItem rightClick ^^^^^^^^^^ .. java:method:: @Override public void rightClick() :outertype: AbstractTabItem Метод блокирует клика правой кнопкой мыши.