Table of Contents

Class HighlightFrameCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Overlay
Assembly
WebDriver.dll

HighlightFrame

public sealed class HighlightFrameCommandSettings : ICommand
Inheritance
HighlightFrameCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ContentColor

Gets or sets the contentColor

[JsonPropertyName("contentColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ContentColor { get; set; }

Property Value

RGBA

ContentOutlineColor

Gets or sets the contentOutlineColor

[JsonPropertyName("contentOutlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ContentOutlineColor { get; set; }

Property Value

RGBA

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string