Package org.openqa.selenium.chromium
Class AddHasCdp
java.lang.Object
org.openqa.selenium.chromium.AddHasCdp
- All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands
,org.openqa.selenium.remote.AugmenterProvider<HasCdp>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) Predicate<org.openqa.selenium.Capabilities>
-
Field Details
-
EXECUTE_CDP
- See Also:
-
-
Constructor Details
-
AddHasCdp
public AddHasCdp()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCdp>
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCdp>
-
getImplementation
public HasCdp getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) - Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasCdp>
-