Hello,
I'm trying to manipulate IE but the webapplication is using frames. All frames are *.ASP and Autoit doesn't seem to find any of the frames. All ASP pages are on the same server.
In addition it gives me errors.
$oIE = _IECreate ("[URL]")
_IELoadWait ($oIE)
$oFrame = _IEFrameGetObjByName ($oIE, "bottom")
When i try this (and i tried alot other constructions which are given in other topics on this forum) i get this error and till now i havent seen anyone(or topic) who can exactly