IHandler ProcessData Method WebDriver
Processes data received by the connection.

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

void ProcessData(
	IEnumerable<byte> data
)

Parameters

data
Type: OnlineSystem.Collections.Generic IEnumerable OnlineByte 
The data to be processed.
See Also