Class AddHasCdp

java.lang.Object
org.openqa.selenium.chromium.AddHasCdp
All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands, org.openqa.selenium.remote.AugmenterProvider<HasCdp>

public abstract class AddHasCdp extends Object implements org.openqa.selenium.remote.AugmenterProvider<HasCdp>, org.openqa.selenium.remote.AdditionalHttpCommands
  • Field Details

  • Constructor Details

    • AddHasCdp

      public AddHasCdp()
  • Method Details

    • getAdditionalCommands

      public abstract Map<String,org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
      Specified by:
      getAdditionalCommands in interface org.openqa.selenium.remote.AdditionalHttpCommands
    • isApplicable

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

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

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