IHandler CreateTextFrame Method WebDriver
Creates a frame for text messages in the WebSocket protocol.

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

byte[] CreateTextFrame(
	string text
)

Return Value

A byte array containing the message frame.
See Also