Table of Contents

Class SafariCommandMessage

Namespace
OpenQA.Selenium.Safari
Assembly
WebDriver.dll

Creates a WebSockets command message according to the SafariDriver specification.

public class SafariCommandMessage
Inheritance
SafariCommandMessage
Inherited Members

Constructors

SafariCommandMessage(SafariCommand)

Initializes a new instance of the SafariCommandMessage class.

public SafariCommandMessage(SafariCommand command)

Parameters

command SafariCommand

The SafariCommand to wrap.

Properties

Command

Gets the wrapped command for transport.

public SafariCommand Command { get; }

Property Value

SafariCommand

MessageOrigin

Gets the origin of the WebSocket message.

public string MessageOrigin { get; }

Property Value

string

MessageType

Gets the type of the WebSocket message.

public string MessageType { get; }

Property Value

string