Package org.openqa.selenium.devtools
Class DevToolsProvider
java.lang.Object
org.openqa.selenium.devtools.DevToolsProvider
- All Implemented Interfaces:
org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
@AutoService(org.openqa.selenium.remote.AugmenterProvider.class)
public class DevToolsProvider
extends Object
implements org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.openqa.selenium.devtools.HasDevTools>
org.openqa.selenium.devtools.HasDevTools
getImplementation
(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod) Predicate<org.openqa.selenium.Capabilities>
-
Constructor Details
-
DevToolsProvider
public DevToolsProvider()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
-
getImplementation
public org.openqa.selenium.devtools.HasDevTools getImplementation(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod) - Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
-