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.
|