Re: reading data from a web site

2019-11-20 Thread Olivier
hw wrote: > On Wednesday, November 20, 2019 3:29:00 AM CET Olivier wrote: > > hw writes: > > > Hi, > > > > > > how can I read data from a web site which is using multiple frames and > > > some > > > javascript? > > > > Provided that the web site does not change too often and that they don'

Re: reading data from a web site

2019-11-20 Thread Shlomi Fish
On Wed, 20 Nov 2019 19:52:46 +0100 hw wrote: > On Wednesday, November 20, 2019 3:29:00 AM CET Olivier wrote: > > hw writes: > > > Hi, > > > > > > how can I read data from a web site which is using multiple frames and > > > some > > > javascript? > > > > Provided that the web site does not

Re: reading data from a web site

2019-11-20 Thread Mike
I think so: https://stackoverflow.com/questions/11501883/wwwmechanize-work-with-javascript Well, maybe not: https://itworkarounds.blogspot.com/2011/07/automate-web-clicks-in-perl-with.html Maybe this is better - maybe it isn't: https://metacpan.org/pod/WWW::Scripter::Plugin::JavaScript Mik

Re: reading data from a web site

2019-11-20 Thread hw
On Wednesday, November 20, 2019 3:29:00 AM CET Olivier wrote: > hw writes: > > Hi, > > > > how can I read data from a web site which is using multiple frames and > > some > > javascript? > > Provided that the web site does not change too often and that they don't > implement stupid "security" fe