Interface SupportsOtherAppsOption<T extends BaseOptions<T>>

    • Field Summary

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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getOtherApps()
      Get the list of apps to install before running a test.
      default T setOtherApps​(java.lang.String apps)
      Set the location of the app(s) to install before running a test.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
    • Method Detail

      • setOtherApps

        default T setOtherApps​(java.lang.String apps)
        Set the location of the app(s) to install before running a test.
        Parameters:
        apps - is the apps to install.
        Returns:
        self instance for chaining.
      • getOtherApps

        default java.util.Optional<java.lang.String> getOtherApps()
        Get the list of apps to install before running a test.
        Returns:
        String of apps to install.