.. java:import:: org.openqa.selenium WebElement .. java:import:: ru.bitec.gs.automation.client BrowserContext ToolMenu ======== .. java:package:: ru.bitec.gs.automation.client.ui.menu :noindex: .. java:type:: public class ToolMenu extends AbstractMenu .. versionadded:: 1.1.3 Меню кнопки панели инструментов. Constructors ------------ ToolMenu ^^^^^^^^ .. java:constructor:: public ToolMenu(BrowserContext browserContext, WebElement webElement) :outertype: ToolMenu Methods ------- createMenuItem ^^^^^^^^^^^^^^ .. java:method:: @Override protected MenuItem createMenuItem(BrowserContext browserContext, WebElement webElement) :outertype: ToolMenu waitByCaption ^^^^^^^^^^^^^ .. java:method:: @Override public MenuItem waitByCaption(String caption) :outertype: ToolMenu waitByOperation ^^^^^^^^^^^^^^^ .. java:method:: @Override public MenuItem waitByOperation(String operationName) :outertype: ToolMenu