Class BasicDeviceDefinitionTest.BadOptions

    • Field Summary

      • Fields inherited from class org.openqa.selenium.firefox.FirefoxOptions

        FIREFOX_OPTIONS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object arg0)  
      Object getCapability​(String arg0)  
      Set<String> getCapabilityNames()  
      org.openqa.selenium.Platform getPlatform()  
      int hashCode()  
      Map<String,​Object> toJson()  
      String toString()  
      • Methods inherited from class org.openqa.selenium.firefox.FirefoxOptions

        addArguments, addArguments, addPreference, addPreference, addPreference, amendHashCode, asMap, getBinary, getBinaryOrNull, getProfile, isLegacy, merge, setAcceptInsecureCerts, setBinary, setBinary, setBinary, setCapability, setHeadless, setLegacy, setLogLevel, setLogLevel, setPageLoadStrategy, setProfile, setProxy, setUnhandledPromptBehaviour
      • Methods inherited from class org.openqa.selenium.MutableCapabilities

        setCapability, setCapability, setCapability
      • Methods inherited from interface org.openqa.selenium.Capabilities

        getBrowserName, getVersion, is, isJavascriptEnabled
    • Method Detail

      • getPlatform

        public org.openqa.selenium.Platform getPlatform()
        Specified by:
        getPlatform in interface org.openqa.selenium.Capabilities
      • getCapability

        public Object getCapability​(String arg0)
        Specified by:
        getCapability in interface org.openqa.selenium.Capabilities
      • getCapabilityNames

        public Set<String> getCapabilityNames()
        Specified by:
        getCapabilityNames in interface org.openqa.selenium.Capabilities
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object