View Single Post
  #6 (permalink)  
Old 03-19-2010, 09:10 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

Yes, it is passive, extracting data from a webpage in real time. With Web Recorder commands, unfortunately, currently it is not possible however, you can use clipboard for the same purpose. Before you copy, you can save the contents of clipboard to some other user variable say Temp using 'Clipboard:Assign from Clipboard' command then clear the clipboard and copy the contents of active webpage. Create another user variable say Temp2 and copy the current clipboard contain to it. Finally, using 'Clipboard:Assign to Clipboard' command copy Temp value back to clipboard.

Hope that helps.
Reply With Quote