Uncaught DOMException: Blocked a frame with origin “http://localhost:8080” from accessing a cross-origin frame while listing the iframes in page
问题 I am trying to list the names of all the iframe s in a page, so I can access them through Selenium. The problem is that the name of the iframe changes each time, so I need to loop through all of them. I am getting: Uncaught DOMException: Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame. error when I try to loop over them using: for (var f = 0; f < window.frames.length; f++) { console.log(window.frames[f].name) } Is there a way to get the name of the