Replies: 1 comment 6 replies
-
If your looking to integrate this directly into your apps, the easiest option is probably to use JavaScript to hook the relevant mouse event and then send a message back to your .Net app. https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#JSEvent If you just want to open DevTools from the context menu, like inspect element functionality then that's also an option. From memory DevTools can tell you the xpath. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is to rightclick on any webelement (in the screen winforms version) and get it's xpath or another selector. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions