|
Frames
|
Top Previous Next |
| · | EXTRACT command: if the object that needs to be extracted is on a framed page, make sure that you use the correct FRAME statement. You generate such a FRAME statement by clicking on any element of any kind within the frame prior to performing the extraction
|
| · | If a TAG error occurs because the pages are not completely loaded: normally iMacros waits until the browser sends a "Page Loaded" signal before it continues. On framed pages, iMacros sometimes gets confused and continues with the macro too early, i.e. before all frames have been loaded. If the content of a frame is not yet loaded, the following TAG commands will generate an error. You can resolve this problem simply by adding a WAIT SECONDS=#DOWNLOADCOMPLETE# command to your macro.
|