SafariDriverCommandExecutor Execute Method WebDriver
Executes a command

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

public Response Execute(
	Command commandToExecute
)

Return Value

A response from the browser

Implements

ICommandExecutor Execute(Command)
See Also