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
Constructors -
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:
isApplicablein interfaceAugmenterProvider<HasDevTools>- Returns:
- Whether this provider should be applied given these
caps.
-
getDescribedInterface
- Specified by:
getDescribedInterfacein interfaceAugmenterProvider<HasDevTools>- 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<HasDevTools>- Returns:
- An interface implementation
-