.. java:import:: java.util List .. java:import:: org.openqa.selenium WebElement .. java:import:: ru.bitec.gs.automation.client BrowserContext ReactMsgDialog ============== .. java:package:: ru.bitec.gs.automation.client.ui.dialog :noindex: .. java:type:: class ReactMsgDialog extends MsgDialog .. versionadded:: 1.1.0 React-диалог. .. seealso:: | :java:ref:`MsgDialog ` Constructors ------------ ReactMsgDialog ^^^^^^^^^^^^^^ .. java:constructor:: protected ReactMsgDialog(BrowserContext browserContext, WebElement webElement) :outertype: ReactMsgDialog Methods ------- abort ^^^^^ .. java:method:: @Override public void abort() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "ABORT" диалога. all ^^^ .. java:method:: @Override public void all() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "ALL" диалога. button ^^^^^^ .. java:method:: @Override public DialogButton button(String name) :outertype: ReactMsgDialog Метод возвращает кнопку диалога с указанным системным именем. cancel ^^^^^^ .. java:method:: @Override public void cancel() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "CANCEL" диалога. findButtonElements ^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected List findButtonElements() :outertype: ReactMsgDialog Найти dom-элементы кнопок диалога. ignore ^^^^^^ .. java:method:: @Override public void ignore() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "IGNORE" диалога. no ^^ .. java:method:: @Override public void no() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "NO" диалога. noToAll ^^^^^^^ .. java:method:: @Override public void noToAll() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "NO_TO_ALL" диалога. ok ^^ .. java:method:: @Override public void ok() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "OK" диалога. produceButton ^^^^^^^^^^^^^ .. java:method:: @Override protected DialogButton produceButton(WebElement we) :outertype: ReactMsgDialog Создать объект кнопки диалога. retry ^^^^^ .. java:method:: @Override public void retry() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "RETRY" диалога. yes ^^^ .. java:method:: @Override public void yes() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "YES" диалога. yesToAll ^^^^^^^^ .. java:method:: @Override public void yesToAll() :outertype: ReactMsgDialog Метод выполняет "клик" на кнопке "YES_TO_ALL" диалога.