Uses of Enum Class
org.openqa.selenium.devtools.v142.network.model.ConnectionType
Packages that use ConnectionType
Package
Description
-
Uses of ConnectionType in org.openqa.selenium.devtools.v142.network
Method parameters in org.openqa.selenium.devtools.v142.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) Deprecated.static org.openqa.selenium.devtools.Command<Void> Network.overrideNetworkState(Boolean offline, Number latency, Number downloadThroughput, Number uploadThroughput, Optional<ConnectionType> connectionType) Override the state of navigator.onLine and navigator.connection. -
Uses of ConnectionType in org.openqa.selenium.devtools.v142.network.model
Methods in org.openqa.selenium.devtools.v142.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.Methods in org.openqa.selenium.devtools.v142.network.model that return types with arguments of type ConnectionTypeModifier and TypeMethodDescriptionNetworkConditions.getConnectionType()Connection type if known.Constructor parameters in org.openqa.selenium.devtools.v142.network.model with type arguments of type ConnectionType