Class AddHasExtensions

java.lang.Object
org.openqa.selenium.firefox.AddHasExtensions
All Implemented Interfaces:
org.openqa.selenium.remote.AdditionalHttpCommands, org.openqa.selenium.remote.AugmenterProvider<HasExtensions>

@AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class}) public class AddHasExtensions extends Object implements org.openqa.selenium.remote.AugmenterProvider<HasExtensions>, org.openqa.selenium.remote.AdditionalHttpCommands
  • Field Details

  • Constructor Details

    • AddHasExtensions

      public AddHasExtensions()
  • Method Details

    • getAdditionalCommands

      public 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<HasExtensions>
    • getDescribedInterface

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

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