SafariDriverConnection Send Method WebDriver
Sends a command to the SafariDriver and waits for a response.

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

public Response Send(
	Command command
)

Return Value

The Response from the command.
See Also