Class GetHeapObjectIdCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.HeapProfiler
- Assembly
- WebDriver.dll
GetHeapObjectId
public sealed class GetHeapObjectIdCommandSettings : ICommand- Inheritance
- 
      
      GetHeapObjectIdCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ObjectId
Gets or sets the objectId
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }