Response FromJson Method WebDriver
Returns a new Response from a JSON-encoded string.

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

public static Response FromJson(
	string value
)

Return Value

A Response object described by the JSON string.
See Also