FirefoxBinary ConsoleOutput Property WebDriver
Gets all console output of the binary.

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

public string ConsoleOutput { get; }
Remarks

Output retrieval is non-destructive and non-blocking.
See Also