Click or drag to resize

OverlayClientHighlightFrameAsync Method

Version 86.0.240
Highlights owner element of the frame with given id.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> HighlightFrameAsync(
	string frameId,
	RGBA contentColor = null,
	RGBA contentOutlineColor = null
)

Parameters

frameId
Type: SystemString
Identifier of the frame to highlight.
contentColor (Optional)
Type: CefSharp.DevTools.DOMRGBA
The content box highlight fill color (default: transparent).
contentOutlineColor (Optional)
Type: CefSharp.DevTools.DOMRGBA
The content box highlight outline color (default: transparent).

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also