OverlayClientGetHighlightObjectForTestAsync Method |
Version 130.1.90
For testing.
Namespace: CefSharp.DevTools.OverlayAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetHighlightObjectForTestResponse> GetHighlightObjectForTestAsync(
int nodeId,
bool? includeDistance = null,
bool? includeStyle = null,
ColorFormat? colorFormat = null,
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 Int32
- Id of the node to get highlight object for.
- includeDistance NullableBoolean (Optional)
- Whether to include distance info.
- includeStyle NullableBoolean (Optional)
- Whether to include style info.
- colorFormat NullableColorFormat (Optional)
- The color format to get config with (default: hex).
- showAccessibilityInfo NullableBoolean (Optional)
- Whether to show accessibility info (default: true).
Return Value
TaskGetHighlightObjectForTestResponsereturns System.Threading.Tasks.Task<GetHighlightObjectForTestResponse>
See Also