Package org.openqa.selenium.chrome
Class AddHasCdp
java.lang.Object
org.openqa.selenium.chromium.AddHasCdp
org.openqa.selenium.chrome.AddHasCdp
- All Implemented Interfaces:
AdditionalHttpCommands,AugmenterProvider<HasCdp>
@AutoService({AdditionalHttpCommands.class,AugmenterProvider.class})public classAddHasCdpextendsAddHasCdp
Field Summary
Fields inherited from class org.openqa.selenium.chromium.AddHasCdp
EXECUTE_CDPConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openqa.selenium.chromium.AddHasCdp
getDescribedInterface,getImplementation
Constructor Details
AddHasCdp
public AddHasCdp()
Method Details
getAdditionalCommands
- Specified by:
getAdditionalCommandsin interfaceAdditionalHttpCommands- Specified by:
getAdditionalCommandsin classAddHasCdp- Returns:
- Additional commands to add to the
CommandExecutor.
isApplicable
- Specified by:
isApplicablein interfaceAugmenterProvider<HasCdp>- Overrides:
isApplicablein classAddHasCdp- Returns:
- Whether this provider should be applied given these
caps.