| OverlayClientGetHighlightObjectForTestAsync 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
Syntaxpublic Task<GetHighlightObjectForTestResponse> GetHighlightObjectForTestAsync(
	int nodeId,
	Nullable<bool> includeDistance = null,
	Nullable<bool> includeStyle = null,
	Nullable<ColorFormat> colorFormat = null,
	Nullable<bool> showAccessibilityInfo = null
)
public:
Task<GetHighlightObjectForTestResponse^>^ GetHighlightObjectForTestAsync(
	int nodeId, 
	Nullable<bool> includeDistance = nullptr, 
	Nullable<bool> includeStyle = nullptr, 
	Nullable<ColorFormat> colorFormat = nullptr, 
	Nullable<bool> showAccessibilityInfo = nullptr
)
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: 
TaskGetHighlightObjectForTestResponsereturns System.Threading.Tasks.Task<GetHighlightObjectForTestResponse>
 See Also
See Also