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.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetLocationForSelectorResponse> GetLocationForSelectorAsync(
string styleSheetId,
string selectorText
)
public:
Task<GetLocationForSelectorResponse^>^ GetLocationForSelectorAsync(
String^ styleSheetId,
String^ selectorText
)
Parameters
- styleSheetId String
- styleSheetId
- selectorText String
- selectorText
Return Value
TaskGetLocationForSelectorResponsereturns System.Threading.Tasks.Task<GetLocationForSelectorResponse>
See Also