Votes
Answers
Views
Question
1
1
141
I am attempting to count some dynamic objects on a search result page. The window has three frames. Using the developer console in IE and Chrome, I am able to find the objects using *document.querySelectorAll('button')* if I change the location to be searched to the iframe where those contents resid...