Response ToString Method WebDriver
Returns the object as a string.

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

public override string ToString()

Return Value

A string with the Session ID, status value, and the value from JSON.
See Also