2 Replies Last post: Aug 3, 2006 6:18 AM by Nelson Sproul  
Click to view abhijath's profile   1 posts since
Aug 3, 2006

Aug 3, 2006 12:54 AM

Automatic Saving of a generated PDF

PLEASE HELP ME!!!!!

 

I am a newer in Selenium. I would like to save a generating PDF automatically after running the testscript by using javascript. Means... when PDF generate,,, at the the time save automatically in a folder.

 

I am awaitting your reply....

 

Thanks in advance....

 

With love...

 

Abhijath

Click to view alex's profile Master 411 posts since
Dec 18, 2005

 

abhijath a écrit :

PLEASE HELP ME!!!!!

>

I am a newer in Selenium. I would like to save a generating PDF automatically after running the testscript by using javascript. Means... when PDF generate,,, at the the time save automatically in a folder.

>

I

Javascript does not have sufficient right to save a file on the disk.

This is a security matter.

Alex

 

Ce message est protégé par les règles relatives au secret des correspondances. Il est donc établi à destination exclusive de son destinataire. Celui-ci peut donc contenir des informations confidentielles. La divulgation de ces informations est à ce titre rigoureusement interdite. Si vous avez reçu ce message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail figure ci-dessus et de détruire le message ainsi que toute pièce jointe.

 

This message is protected by the secrecy of correspondence rules. Therefore, this message is intended solely for the attention of the addressee. This message may contain privileged or confidential information, as such the disclosure of these informations is strictly forbidden. If, by mistake, you have received this message, please return this message to the addressser whose e-mail address is written above and destroy this message and all files attached.

 


To unsubscribe, e-mail: selenium-users-unsubscribe@openqa.org

For additional commands, e-mail: selenium-users-help@openqa.org

 

 

 

Click to view Nelson Sproul's profile Master 461 posts since
Jan 3, 2006

You could use selenium-rc to write/save the file from outside of the javascript security constraints.

 

________________________________

 

abhijath a écrit :

PLEASE HELP ME!!!!!

>

I am a newer in Selenium. I would like to save a generating PDF automatically after running the testscript by using javascript. Means... when PDF generate,,, at the the time save automatically in a folder.

>

I

Javascript does not have sufficient right to save a file on the disk.

This is a security matter.

Alex

 

 


To unsubscribe, e-mail: selenium-users-unsubscribe@openqa.org

For additional commands, e-mail: selenium-users-help@openqa.org

 

 

 

More Like This

  • Retrieving data ...