Package org.openqa.selenium.devtools
Class DevToolsProvider
- java.lang.Object
-
- org.openqa.selenium.devtools.DevToolsProvider
-
- All Implemented Interfaces:
org.openqa.selenium.remote.AugmenterProvider<HasDevTools>
@AutoService(org.openqa.selenium.remote.AugmenterProvider.class) public class DevToolsProvider extends java.lang.Object implements org.openqa.selenium.remote.AugmenterProvider<HasDevTools>
-
-
Constructor Summary
Constructors Constructor Description DevToolsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<HasDevTools>getDescribedInterface()HasDevToolsgetImplementation(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod)java.util.function.Predicate<org.openqa.selenium.Capabilities>isApplicable()
-
-
-
Method Detail
-
isApplicable
public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
- Specified by:
isApplicablein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasDevTools>
-
getDescribedInterface
public java.lang.Class<HasDevTools> getDescribedInterface()
- Specified by:
getDescribedInterfacein interfaceorg.openqa.selenium.remote.AugmenterProvider<HasDevTools>
-
getImplementation
public HasDevTools getImplementation(org.openqa.selenium.Capabilities caps, org.openqa.selenium.remote.ExecuteMethod executeMethod)
- Specified by:
getImplementationin interfaceorg.openqa.selenium.remote.AugmenterProvider<HasDevTools>
-
-