Re: reading data from a web site

2019-11-21 Thread hw
On Thursday, November 21, 2019 8:34:09 AM CET Olivier wrote: > 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? > > >

Re: reading data from a web site

2019-11-21 Thread hw
On Thursday, November 21, 2019 7:57:49 AM CET Shlomi Fish wrote: > On Wed, 20 Nov 2019 19:52:46 +0100 > > [...] > > Can WWW::Mechanize somehow trick the server into assuming that frames and > > javascript are supported by the client? > > Hi! > > See: > >

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

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

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"

Re: reading data from a web site

2019-11-19 Thread Olivier
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" features, this should not be too complicate. Each frame is a web page, with it

reading data from a web site

2019-11-19 Thread hw
Hi, how can I read data from a web site which is using multiple frames and some javascript? When using a web browser, I need to log in into the web site and follow a couple links to finally get to the page I want. This page I need to get data from has a frame with a select list and another