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:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Returns:
- Additional commands to add to the
CommandExecutor.
-
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<HasExtensions>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<HasExtensions>- 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<HasExtensions>- Returns:
- An interface implementation
-