Returns a new Response from a JSON-encoded string.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- value
- Type:
System String
The JSON string to deserialize into a Response.
Return Value
A Response object described by the JSON string.See Also