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 Details

    • DevToolsProvider

      public DevToolsProvider()
  • Method Details

    • isApplicable

      public Predicate<org.openqa.selenium.Capabilities> isApplicable()
      Specified by:
      isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>
    • getDescribedInterface

      public Class<org.openqa.selenium.devtools.HasDevTools> getDescribedInterface()
      Specified by:
      getDescribedInterface in interface org.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 interface org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.devtools.HasDevTools>