Package org.openqa.selenium.chromium
Class AddHasNetworkConditions
java.lang.Object
org.openqa.selenium.chromium.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 Object
implements org.openqa.selenium.remote.AugmenterProvider<HasNetworkConditions>, org.openqa.selenium.remote.AdditionalHttpCommands
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImplementation
(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) Predicate<org.openqa.selenium.Capabilities>
-
Field Details
-
GET_NETWORK_CONDITIONS
- See Also:
-
SET_NETWORK_CONDITIONS
- See Also:
-
DELETE_NETWORK_CONDITIONS
- See Also:
-
-
Constructor Details
-
AddHasNetworkConditions
public AddHasNetworkConditions()
-
-
Method Details
-
getAdditionalCommands
- Specified by:
getAdditionalCommands
in interfaceorg.openqa.selenium.remote.AdditionalHttpCommands
-
isApplicable
- Specified by:
isApplicable
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasNetworkConditions>
-
getDescribedInterface
- Specified by:
getDescribedInterface
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasNetworkConditions>
-
getImplementation
public HasNetworkConditions getImplementation(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.ExecuteMethod executeMethod) - Specified by:
getImplementation
in interfaceorg.openqa.selenium.remote.AugmenterProvider<HasNetworkConditions>
-