Class AddInspectedHeapObjectCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.HeapProfiler
- Assembly
- Selenium.WebDriver.dll
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
public sealed class AddInspectedHeapObjectCommandSettings : ICommand
- Inheritance
-
AddInspectedHeapObjectCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
HeapObjectId
Heap snapshot object id to be accessible by means of $x command line API.
[JsonPropertyName("heapObjectId")]
public string HeapObjectId { get; set; }