Table of Contents

Class HighlightFrameCommandSettings

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

Highlights owner element of the frame with given id. Deprecated: Doesn't work reliably and cannot be fixed due to process separation (the owner node might be in a different process). Determine the owner node in the client and use highlightNode.

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

The content box highlight fill color (default: transparent).

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

Property Value

RGBA

ContentOutlineColor

The content box highlight outline color (default: transparent).

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

Property Value

RGBA

FrameId

Identifier of the frame to highlight.

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

Property Value

string