Class AddHasLaunchApp

  • All Implemented Interfaces:
    org.openqa.selenium.remote.AdditionalHttpCommands, org.openqa.selenium.remote.AugmenterProvider<HasLaunchApp>

    @AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class})
    public class AddHasLaunchApp
    extends java.lang.Object
    implements org.openqa.selenium.remote.AugmenterProvider<HasLaunchApp>, org.openqa.selenium.remote.AdditionalHttpCommands
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LAUNCH_APP  
    • Constructor Summary

      Constructors 
      Constructor Description
      AddHasLaunchApp()  
    • Constructor Detail

      • AddHasLaunchApp

        public AddHasLaunchApp()
    • Method Detail

      • getAdditionalCommands

        public java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
        Specified by:
        getAdditionalCommands in interface org.openqa.selenium.remote.AdditionalHttpCommands
      • isApplicable

        public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<HasLaunchApp>
      • getDescribedInterface

        public java.lang.Class<HasLaunchApp> getDescribedInterface()
        Specified by:
        getDescribedInterface in interface org.openqa.selenium.remote.AugmenterProvider<HasLaunchApp>
      • getImplementation

        public HasLaunchApp getImplementation​(org.openqa.selenium.Capabilities capabilities,
                                              org.openqa.selenium.remote.ExecuteMethod executeMethod)
        Specified by:
        getImplementation in interface org.openqa.selenium.remote.AugmenterProvider<HasLaunchApp>