Class GeckoOptions

java.lang.Object
org.openqa.selenium.MutableCapabilities
io.appium.java_client.remote.options.BaseOptions<GeckoOptions>
io.appium.java_client.gecko.options.GeckoOptions
All Implemented Interfaces:
SupportsAndroidStorageOption<GeckoOptions>, SupportsMarionettePortOption<GeckoOptions>, SupportsMozFirefoxOptionsOption<GeckoOptions>, SupportsVerbosityOption<GeckoOptions>, SupportsSystemPortOption<GeckoOptions>, CanSetCapability<GeckoOptions>, SupportsAcceptInsecureCertsOption<GeckoOptions>, SupportsAutomationNameOption<GeckoOptions>, SupportsBrowserNameOption<GeckoOptions>, SupportsBrowserVersionOption<GeckoOptions>, SupportsEventTimingsOption<GeckoOptions>, SupportsFullResetOption<GeckoOptions>, SupportsNewCommandTimeoutOption<GeckoOptions>, SupportsNoResetOption<GeckoOptions>, SupportsPageLoadStrategyOption<GeckoOptions>, SupportsPlatformVersionOption<GeckoOptions>, SupportsPrintPageSourceOnFindFailureOption<GeckoOptions>, SupportsProxyOption<GeckoOptions>, SupportsSetWindowRectOption<GeckoOptions>, SupportsUnhandledPromptBehaviorOption<GeckoOptions>, SupportsWebSocketUrlOption<GeckoOptions>, Serializable, org.openqa.selenium.Capabilities

Provides options specific to the Geckodriver.

For more details, refer to the capabilities documentation

See Also:
  • Constructor Details

    • GeckoOptions

      public GeckoOptions()
    • GeckoOptions

      public GeckoOptions(org.openqa.selenium.Capabilities source)
    • GeckoOptions

      public GeckoOptions(Map<String,?> source)