I'm trying to use DevTools protocol - for DOM domain events:https://chromedevtools.github.io/devtools-protocol/tot/DOM/
I activate the DOM domain, it is successfully activated.
Now I get events, BUT when loading the URL - I always get only one event: DOM.documentUpdated
Other events such as:
DOM.attributeModified
DOM.attributeRemoved
DOM.characterDataModified
DOM.childNodeCountUpdated
DOM.childNodeInserted
DOM.childNodeRemoved
DOM.documentUpdated
DOM.setChildNodes
they never come. Is this how it should be ?
. . .
I found a similar problem: DOM event attributeModified/attributeRemoved/characterDataModified... are not triggered
Apparently the DOM-domain for Chrome DevTools protocol - is not working correctly.