Response ToJson Method WebDriver
Returns this object as a JSON-encoded string.

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

public string ToJson()

Return Value

A JSON-encoded string representing this Response object.
See Also