CefSharp.Dom - Async DOM API #4293
Replies: 3 comments 4 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Could this perhaps be adapted to watch input events, changed, etc? Or submit button clicks? In part I can watch browser address changes for click side effects, but might be better if we detect the event to initiate a new sequence. And watching for inputs approaching that click. Cheers 🍻 |
Beta Was this translation helpful? Give feedback.
-
That should already be possible. The example above is just a subset, check the unit tests for more examples. Pull requests with enhancements and improvements are welcome.
Do you mean ExposeFunctionAsync? Functions registered should survive navigations.
If your having problems then I'd suggest downloading the source and adding a unit test that mimics your failing code, then you can easily debug. There are some unit tests already. |
Beta Was this translation helpful? Give feedback.
-
CefSharp.Dom is an asynchronous library for accessing/modifying the DOM.
The following examples are an excerpt from the Readme
Beta Was this translation helpful? Give feedback.
All reactions