Jump to content

Can't get Gmail Iframes


Recommended Posts

I logined to Gmail, then I tried to get its iframes, but no success

$ifrs = _IEFrameGetCollection($oIE)

MsgBox(0, 1, @extended)

Local $ifr

For $ifr In $ifrs

MsgBox(0, 1, $ifr.id) // I run this code but there is no msgbox here [HELP ME TO EXPLAIN THIS]

If $ifr.id == "canvas_frame" Then ExitLoop

Next

I run the code but there is no MsgBox at MsgBox(0, 1, $ifr.id). So I can't do anything more. Because as we know Gmail organized by iframes. If you fail to get iframe, you can do no more.

Thanks for your help,

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...