Interface SupportsLogcatFormatOption<T extends BaseOptions<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOGCAT_FORMAT_OPTION  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getLogcatFormat()
      Get the log print format.
      default T setLogcatFormat​(java.lang.String format)
      The log print format, where format is one of: brief process tag thread raw time threadtime long.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • LOGCAT_FORMAT_OPTION

        static final java.lang.String LOGCAT_FORMAT_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setLogcatFormat

        default T setLogcatFormat​(java.lang.String format)
        The log print format, where format is one of: brief process tag thread raw time threadtime long. threadtime is the default value.
        Parameters:
        format - The format specifier.
        Returns:
        self instance for chaining.
      • getLogcatFormat

        default java.util.Optional<java.lang.String> getLogcatFormat()
        Get the log print format.
        Returns:
        Format specifier.