Returns a new Response from a JSON-encoded string.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static SafariResponseMessage FromJson( string value )
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