Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ConnectionType
Packages that use ConnectionType
Package
Description
-
Uses of ConnectionType in org.openqa.selenium.devtools.v141.network
Method parameters in org.openqa.selenium.devtools.v141.network with type arguments of type ConnectionTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.emulateNetworkConditions(Boolean offline, Number latency, Number downloadThroughput, Number uploadThroughput, Optional<ConnectionType> connectionType, Optional<Number> packetLoss, Optional<Integer> packetQueueLength, Optional<Boolean> packetReordering) Activates emulation of network conditions. -
Uses of ConnectionType in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeConnectionType.fromString(String s) static ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.