Package org.openqa.selenium.firefox
Class AddHasExtensions
java.lang.Object
org.openqa.selenium.firefox.AddHasExtensions
- All Implemented Interfaces:
AdditionalHttpCommands
,AugmenterProvider<HasExtensions>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})
public class AddHasExtensions
extends Object
implements AugmenterProvider<HasExtensions>, 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
-
INSTALL_EXTENSION
- See Also:
-
UNINSTALL_EXTENSION
- See Also:
-
-
Constructor Details
-
AddHasExtensions
public AddHasExtensions()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasExtensions>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasExtensions>
- Returns:
- The interface that this augmentor describes.
-
getImplementation
Description copied from interface:AugmenterProvider
For the interface that this provider describes, return an implementation.- Specified by:
getImplementation
in interfaceAugmenterProvider<HasExtensions>
- Returns:
- An interface implementation
-