Package org.openqa.selenium.chromium
Class AddHasLaunchApp
java.lang.Object
org.openqa.selenium.chromium.AddHasLaunchApp
- All Implemented Interfaces:
AdditionalHttpCommands,AugmenterProvider<HasLaunchApp>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})
public class AddHasLaunchApp
extends Object
implements AugmenterProvider<HasLaunchApp>, AdditionalHttpCommands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation(Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Field Details
-
LAUNCH_APP
- See Also:
-
-
Constructor Details
-
AddHasLaunchApp
public AddHasLaunchApp()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Returns:
- Additional commands to add to the
CommandExecutor.
-
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<HasLaunchApp>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<HasLaunchApp>- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProviderFor the interface that this provider describes, return an implementation.- Specified by:
getImplementationin interfaceAugmenterProvider<HasLaunchApp>- Returns:
- An interface implementation
-