Class AddHasCdp

  • All Implemented Interfaces:
    org.openqa.selenium.remote.AdditionalHttpCommands, org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.chromium.HasCdp>

    @AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class})
    public class AddHasCdp
    extends org.openqa.selenium.chromium.AddHasCdp
    • Field Summary

      • Fields inherited from class org.openqa.selenium.chromium.AddHasCdp

        EXECUTE_CDP
    • Constructor Summary

      Constructors 
      Constructor Description
      AddHasCdp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()  
      java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()  
      • Methods inherited from class org.openqa.selenium.chromium.AddHasCdp

        getDescribedInterface, getImplementation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddHasCdp

        public AddHasCdp()
    • Method Detail

      • getAdditionalCommands

        public java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
        Specified by:
        getAdditionalCommands in interface org.openqa.selenium.remote.AdditionalHttpCommands
        Specified by:
        getAdditionalCommands in class org.openqa.selenium.chromium.AddHasCdp
      • isApplicable

        public java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Specified by:
        isApplicable in interface org.openqa.selenium.remote.AugmenterProvider<org.openqa.selenium.chromium.HasCdp>
        Overrides:
        isApplicable in class org.openqa.selenium.chromium.AddHasCdp