Click or drag to resize

OverlayClientGetHighlightObjectForTestAsync Method

Version 94.4.20
For testing.

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

Parameters

nodeId
Type: SystemInt32
Id of the node to get highlight object for.
includeDistance (Optional)
Type: SystemNullableBoolean
Whether to include distance info.
includeStyle (Optional)
Type: SystemNullableBoolean
Whether to include style info.
colorFormat (Optional)
Type: SystemNullableColorFormat
The color format to get config with (default: hex).
showAccessibilityInfo (Optional)
Type: SystemNullableBoolean
Whether to show accessibility info (default: true).

Return Value

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