Class 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 Detail

      • DevToolsProvider

        public DevToolsProvider()
    • Method Detail

      • isApplicable

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

        public java.lang.Class<HasDevTools> getDescribedInterface()
        Specified by:
        getDescribedInterface in interface org.openqa.selenium.remote.AugmenterProvider<HasDevTools>
      • getImplementation

        public HasDevTools getImplementation​(org.openqa.selenium.Capabilities caps,
                                             org.openqa.selenium.remote.ExecuteMethod executeMethod)
        Specified by:
        getImplementation in interface org.openqa.selenium.remote.AugmenterProvider<HasDevTools>