.. java:import:: org.openqa.selenium Capabilities .. java:import:: org.openqa.selenium.chromium ChromiumOptions YandexOptions ============= .. java:package:: ru.bitec.gs.automation.webdrivers.yandex :noindex: .. java:type:: public class YandexOptions extends ChromiumOptions .. versionadded:: 1.1.2 Опции для инициализации :java:ref:`YandexDriver `. Fields ------ CAPABILITY ^^^^^^^^^^ .. java:field:: public static final String CAPABILITY :outertype: YandexOptions Key used to store a set of ChromeOptions in a :java:ref:`Capabilities ` object. LOGGING_PREFS ^^^^^^^^^^^^^ .. java:field:: @SuppressWarnings public static final String LOGGING_PREFS :outertype: YandexOptions Constructors ------------ YandexOptions ^^^^^^^^^^^^^ .. java:constructor:: public YandexOptions() :outertype: YandexOptions Methods ------- merge ^^^^^ .. java:method:: @Override public YandexOptions merge(Capabilities extraCapabilities) :outertype: YandexOptions