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