FromDictionary Method (BrowserDescription)
This method creates a new instance of BrowserDescription and initializes it with the given props dictionary.

C# Syntax

public static BrowserDescription FromDictionary( 
   IDictionary<string,object> props
)

Parameters

props
a dictionary of properties to initialize the BrowserDescription with.

Return Value

a new instance of BrowserDescription initialized with the given props dictionary.