Click or drag to resize

OverlayClient.GetHighlightObjectForTestAsync Method

Version 90.6.50
For testing.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
public Task<GetHighlightObjectForTestResponse> GetHighlightObjectForTestAsync(
	int nodeId,
	Nullable<bool> includeDistance = null,
	Nullable<bool> includeStyle = null,
	Nullable<ColorFormat> colorFormat = null,
	Nullable<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