.. java:import:: ru.bitec.gs.automation.client BrowserContext .. java:import:: ru.bitec.gs.automation.exception AutomationException LogoutStrategy ============== .. java:package:: ru.bitec.gs.automation.client.logout :noindex: .. java:type:: public interface LogoutStrategy Стратегия закрытия приложения и выхода из системы. Methods ------- logout ^^^^^^ .. java:method:: void logout(BrowserContext browserContext) throws AutomationException :outertype: LogoutStrategy .. versionadded:: 1.1.1 метод выбрасывает AutomationException (ранее выбрасывал Exception) Выполняет закрытие приложения и выход и системы. :param browserContext: Контекст браузера. :throws AutomationException: При любых ошибках.