StackTraceElement Constructor (Dictionary String, Object )WebDriver
Initializes a new instance of the StackTraceElement class using the given property values.

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

public StackTraceElement(
	Dictionary<string, Object> elementAttributes
)

Parameters

elementAttributes
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
A OnlineDictionary TKey, TValue  containing the names and values for the properties of this StackTraceElement.
See Also