Interface IDevice

  • All Known Implementing Classes:
    Device

    @StableMinor(version="14.0",
                 sinceVersion="6.0")
    public interface IDevice
    Represents the device informations
    Since:
    6.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getUserAgent

        String getUserAgent()
        Returns string representing the device's user agent
        Returns:
        string representing the device's user agent
        Throws:
        Exception
      • getCapability

        String getCapability​(String capability)
        Returns string representing the device's capability
        Parameters:
        capability - to be looked up
        Returns:
        string representing the device's capability
      • getCapabilities

        Map<String,​String> getCapabilities()
        Returns the device's capability map.
        Returns:
        the device's capability map.