Table of Contents

Enum ConnectionType

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Request / response headers as keys / values of JSON object.

[JsonConverter(typeof(JsonStringEnumConverter<ConnectionType>))]
public enum ConnectionType

Fields

Bluetooth = 4
Cellular2g = 1
Cellular3g = 2
Cellular4g = 3
Ethernet = 5
None = 0
Other = 8
Wifi = 6
Wimax = 7