FrameType EnumerationWebDriver
Enumerates the types of frames described by the WebSocket protocol.

Namespace: OpenQA.Selenium.Safari.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public enum FrameType
Members

  Member nameValueDescription
Continuation0 Indicates a continuation frame.
Text1 Indicates a text frame.
Binary2 Indicates a binary frame.
Close8 Indicates a close frame.
Ping9 Indicates a ping frame.
Pong10 Indicates a ping response frame.
See Also