I used the below code to find text which is present in form located in an iframe.
ObjIE.document.frames(0).document.forms(0).innerText
Am new to VBA, can some body explain what exactly 0 in Frames(0)/forms (0) is?
If it something like Frame index or frame number(As of my assumption) please let me know how can we find frame index of a particular frame(in any HTML document)?