Package org.openqa.selenium.firefox
Class AddHasContext
java.lang.Object
org.openqa.selenium.firefox.AddHasContext
- All Implemented Interfaces:
AdditionalHttpCommands
,AugmenterProvider<HasContext>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})
public class AddHasContext
extends Object
implements AugmenterProvider<HasContext>, AdditionalHttpCommands
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Field Details
-
SET_CONTEXT
- See Also:
-
GET_CONTEXT
- See Also:
-
-
Constructor Details
-
AddHasContext
public AddHasContext()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasContext>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasContext>
- 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<HasContext>
- Returns:
- An interface implementation
-