Save PDF on different tabs

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
m4rco
Posts: 3
Joined: Mon Nov 19, 2007 11:45 am

Save PDF on different tabs

Post by m4rco » Mon Mar 10, 2008 12:41 pm

Hi all.
I've a problem:
Suppose this scenario: On the main page of the Demo-SavePDF macro, open the link "Open small PDF Document" in a new tab.
Then i try to save it whith this simple macro :

ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}
TAB T=2
SAVEITEM

..Crash! imacros crash drammatically writing this line on his log:
Non-HTML document "URL=http://www.iopus.com/imacros/demo/v6/pd ... 20Test.pdf"

I just know that i can fix this by using CONTENT=EVENT:SAVETARGETAS but in the my webapplication (that i can't post it here because it's password protected) the only way that i have to open the pdf document is through the DirectScreen Technologies. So when i click to the "open pdf" button,it open automatically a new tab (the app is programmed for open new windows..)

Any helps?

thanx a lot.
bye
m4rco
Posts: 3
Joined: Mon Nov 19, 2007 11:45 am

Re: Save PDF on different tabs

Post by m4rco » Tue Mar 11, 2008 9:36 am

iMacros Browser Scripting Edition
iMacros Verision: 6.02
So: WinXP SP2
Every demo run correctly.
Nik
Posts: 14
Joined: Wed Jun 20, 2007 11:35 pm

Re: Save PDF on different tabs

Post by Nik » Thu Feb 10, 2011 9:34 pm

I have the same problem. I'm running 6.90

TAG POS=1 ..... PDF download button
TAB T=2
SAVEITEM <--- CRASH


Any ideas?

Oh and the EVENT:SAVETARGETAS solution doesn't work either.
Post Reply