ICommandExecutor Execute Method WebDriver
Executes a command

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

Response Execute(
	Command commandToExecute
)

Return Value

A response from the browser
See Also