Bart Garst said: > On Tue, 2003-12-09 at 02:40, Craig Brooksby wrote: >> I have already diligently searched google, and now I'm looking for >> recommendations. >> >> Does anyone know of an app for capturing text from screen? (I'm using >> Gnome on RH9). Example: Mozilla provides a very useful display of >> links under View-->Page Info-->Links. But there is no way provided by >> Mozilla to copy and paste, or just "grab" that information (AFAICT). >> I can sort of "select" the rows, but can't seem to copy and paste it. >> >> I want that list of links. >> There used to be a perl module called Mechanize (iirc). I know there was a killer little python class to do this as well, but I dont recall what it was called. I posted it to this list before when someone asked the same question. Unfortunately the archives here are not convienently accessible or searchable. :( Depending on what you are trying to accomplish you might look at expect or the python equivalen pexpect. -Derek