You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: