Package org.openqa.selenium.devtools
Class DevToolsProvider
java.lang.Object
org.openqa.selenium.devtools.DevToolsProvider
- All Implemented Interfaces:
AugmenterProvider<HasDevTools>
@AutoService(AugmenterProvider.class)
public class DevToolsProvider
extends Object
implements AugmenterProvider<HasDevTools>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(Capabilities caps, ExecuteMethod executeMethod) For the interface that this provider describes, return an implementation.
-
Constructor Details
-
DevToolsProvider
public DevToolsProvider()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceAugmenterProvider<HasDevTools>
- Returns:
- Whether this provider should be applied given these
caps
.
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceAugmenterProvider<HasDevTools>
- 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<HasDevTools>
- Returns:
- An interface implementation
-