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?
> > >
>
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:
>
> https://github.com/shlomif/Freenode-prog
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'
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
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
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
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 own
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 fr