OpenQA.Selenium.Safari.Internal NamespaceWebDriver
 
Classes

  ClassDescription
Public classAcceptEventArgs
Provides arguments for handling the event for accepting connections.
Public classBinaryMessageHandledEventArgs
Provides arguments for handling the event for receiving a binary message.
Public classConnectionEventArgs
Provides arguments for handling events associated with connections to the server.
Public classErrorEventArgs
Provides arguments for handling events associated with errors.
Public classHandshakeException
Provides an exception for handshake errors in the protocol connection.
Public classReceivedEventArgs
Provides arguments for handling the event for when data is received.
Public classSocketWrapper
Provides a wrapper around a OnlineSocket.
Public classStandardHttpRequestReceivedEventArgs
Provides arguments for handling events associated with connections to the server.
Public classTextMessageHandledEventArgs
Provides arguments for handling the event for receiving a text message.
Public classWebSocketConnection
Represents a connection to a WebSocket.
Public classWebSocketConnectionInfo
Provides information about a WebSocket connection.
Public classWebSocketException
Provides a base exception for WebSocket errors.
Public classWebSocketHttpRequest
Defines an HTTP request via the WebSocket protocol.
Public classWebSocketServer
Provides an implementation of a WebSocket server.
Interfaces

  InterfaceDescription
Public interfaceIHandler
Provides an interface for handling communication over the WebSocket connection.
Public interfaceISocket
Provides an interface simplifying the use of asynchronous communication using a socket.
Public interfaceIWebSocketConnection
Provides an interface describing a connection to a WebSocket.
Public interfaceIWebSocketConnectionInfo
Provides an interface describing information about the WebSocket connection.
Public interfaceIWebSocketServer
Provides an interface for the server.
Enumerations

  EnumerationDescription
Public enumerationFrameType
Enumerates the types of frames described by the WebSocket protocol.