Hi allI have an iframe on a page which have 4 different div elements. I
have to integrate the DTM in the iframe to get it track . The content of
each div element is populated by different sources and take different
time to get load. So, the business question that I have to solve is how
much time each div element takes to load in the iframe? For example, if
the 4 div elements took 1 sec, 2 secs, 5 secs, 9 secs respectively to
load, I have to extract these load times of individual div elements. I
...