notification when dynamic content loaded? #4057
Unanswered
ScottFerg56
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for an event or some other mechanism to respond to when a web page adds additional content after the NavigationCompleted event, such as when a page scrolls to the bottom and older content is dynamically revealed below. This may also occur after lazy image/content loading. In these interesting cases, accessing the WebView2.DevTools.Dom reveals new HTML elements. I'm interested in detecting when such new elements are added, and I've not found anything useful as yet.
Beta Was this translation helpful? Give feedback.
All reactions