Class AddHasNetworkConditions

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

    @AutoService({org.openqa.selenium.remote.AdditionalHttpCommands.class,org.openqa.selenium.remote.AugmenterProvider.class})
    public class AddHasNetworkConditions
    extends java.lang.Object
    implements org.openqa.selenium.remote.AugmenterProvider<HasNetworkConditions>, org.openqa.selenium.remote.AdditionalHttpCommands
    • Field Detail

      • GET_NETWORK_CONDITIONS

        public static final java.lang.String GET_NETWORK_CONDITIONS
        See Also:
        Constant Field Values
      • SET_NETWORK_CONDITIONS

        public static final java.lang.String SET_NETWORK_CONDITIONS
        See Also:
        Constant Field Values
      • DELETE_NETWORK_CONDITIONS

        public static final java.lang.String DELETE_NETWORK_CONDITIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • AddHasNetworkConditions

        public AddHasNetworkConditions()
    • 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
      • isApplicable

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

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

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