-
How can I programmatically get this xpath: I know I can use OnFrameLoadEnd to hook onmouseup , where I can add my own custom logic to build xpath based on element clicked and than via CefSharp.PostMessage send it to OnBrowserJavascriptMessageReceived . However is there a way to get that particular xpath I'm getting through devtools? |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Jul 18, 2022
Replies: 1 comment
-
You can look at the DevTools FrontEnd UI source to see exactly how it's done in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lofti198
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can look at the DevTools FrontEnd UI source to see exactly how it's done in
Chrome
.