Interface SupportsShowIosLogOption<T extends BaseOptions<T>>

    • Field Summary

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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.Boolean> doesShowIosLog()
      Get whether to show any logs captured from a device in the appium logs.
      default T setShowIosLog​(boolean value)
      Whether to show any logs captured from a device in the appium logs.
      default T showIosLog()
      Enforces showing any logs captured from a device in the appium logs.
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

    • Method Detail

      • showIosLog

        default T showIosLog()
        Enforces showing any logs captured from a device in the appium logs.
        Returns:
        self instance for chaining.
      • setShowIosLog

        default T setShowIosLog​(boolean value)
        Whether to show any logs captured from a device in the appium logs. Default false.
        Parameters:
        value - Whether to show any logs captured from a device in the appium logs.
        Returns:
        self instance for chaining.
      • doesShowIosLog

        default java.util.Optional<java.lang.Boolean> doesShowIosLog()
        Get whether to show any logs captured from a device in the appium logs.
        Returns:
        True or false.