Package org.openqa.selenium.chromium
Class AddHasCdp
java.lang.Object
org.openqa.selenium.chromium.AddHasCdp
- All Implemented Interfaces:
AdditionalHttpCommands
,AugmenterProvider<HasCdp>
public abstract class AddHasCdp
extends Object
implements AugmenterProvider<HasCdp>, AdditionalHttpCommands
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Map<String,
CommandInfo> getImplementation
(Capabilities capabilities, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Field Details
-
EXECUTE_CDP
- See Also:
-
-
Constructor Details
-
AddHasCdp
public AddHasCdp()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceAdditionalHttpCommands
- Returns:
- Additional commands to add to the
CommandExecutor
.
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasCdp>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasCdp>
- 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<HasCdp>
- Returns:
- An interface implementation
-