Click or drag to resize

OverlayClient.GetHighlightObjectForTestAsync Method

Version 98.1.210
For testing.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<GetHighlightObjectForTestResponse> GetHighlightObjectForTestAsync(
	int nodeId,
	bool? includeDistance = null,
	bool? includeStyle = null,
	ColorFormat? colorFormat = null,
	bool? showAccessibilityInfo = null
)

Parameters

nodeId
Type: System.Int32
Id of the node to get highlight object for.
includeDistance (Optional)
Type: System.Nullable<Boolean>
Whether to include distance info.
includeStyle (Optional)
Type: System.Nullable<Boolean>
Whether to include style info.
colorFormat (Optional)
Type: System.Nullable<ColorFormat>
The color format to get config with (default: hex).
showAccessibilityInfo (Optional)
Type: System.Nullable<Boolean>
Whether to show accessibility info (default: true).

Return Value

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