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
When I use devTools protocol "DOM.getFlattenedDocument", I got different results between the same site in two different network environments. The site has two layers of iframes nested.
What steps will reproduce the problem?
Send commad DOM.getFlattenedDocument with parameters {"depth": -1, "pierce": true}, with "Protocol monitor" in DevTools or using chrome.debugger.sendCommand:
What steps will reproduce the problem?
Send commad
DOM.getFlattenedDocument
with parameters{"depth": -1, "pierce": true}
, with "Protocol monitor" in DevTools or usingchrome.debugger.sendCommand
:THE SAME SITE DEPLOYED IN TWO DIFFERENT ENVIRONMENTS!
Send commad
DOM.getFlattenedDocument
in env1, I got node list with 14590 items.Otherwise, send commad
DOM.getFlattenedDocument
in env2, I got node list with 12779 items.By comparison, it is found that the innermost iframe is not recognized in the second environment.
More
The document with "DOM.getFlattenedDocument" is following.
And I try to use
DOMSnapshot.captureSnapshot
instead, but I got the same issuse.The text was updated successfully, but these errors were encountered: