Click or drag to resize

CSSClientGetLocationForSelectorAsync Method

Version 130.1.90
Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetLocationForSelectorResponse> GetLocationForSelectorAsync(
	string styleSheetId,
	string selectorText
)

Parameters

styleSheetId  String
styleSheetId
selectorText  String
selectorText

Return Value

TaskGetLocationForSelectorResponse
returns System.Threading.Tasks.Task<GetLocationForSelectorResponse>
See Also