Package org.openqa.selenium.firefox
Class AddHasExtensions
- java.lang.Object
-
- org.openqa.selenium.firefox.AddHasExtensions
-
- All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands,org.openqa.selenium.remote.AugmenterProvider<HasExtensions>
@AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class}) public class AddHasExtensions extends java.lang.Object implements org.openqa.selenium.remote.AugmenterProvider<HasExtensions>, org.openqa.selenium.remote.AdditionalHttpCommands
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINSTALL_EXTENSIONstatic java.lang.StringUNINSTALL_EXTENSION
-
Constructor Summary
Constructors Constructor Description AddHasExtensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo>getAdditionalCommands()java.lang.Class<HasExtensions>getDescribedInterface()HasExtensionsgetImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod)java.util.function.Predicate<org.openqa.selenium.Capabilities>isApplicable()
-
-
-
Field Detail
-
INSTALL_EXTENSION
public static final java.lang.String INSTALL_EXTENSION
- See Also:
- Constant Field Values
-
UNINSTALL_EXTENSION
public static final java.lang.String UNINSTALL_EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAdditionalCommands
public java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
- Specified by:
getAdditionalCommandsin interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
- Specified by:
isApplicablein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasExtensions>
-
getDescribedInterface
public java.lang.Class<HasExtensions> getDescribedInterface()
- Specified by:
getDescribedInterfacein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasExtensions>
-
getImplementation
public HasExtensions getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod)
- Specified by:
getImplementationin interfaceorg.openqa.selenium.remote.AugmenterProvider<HasExtensions>
-
-