[Newbies] RE: classes and code snippets to download a web page

Levente Uzonyi leves at elte.hu
Tue May 28 23:07:30 UTC 2013


On Sun, 26 May 2013, Joseph J Alotta wrote:

> Thanks Levente.
>
> Is there a way to click on a link and navigate on the website?

Assuming that you're downloading HTML, you should use an HTML parser 
to parse the response, then find the links and "click" on them.

There's no web browser implemented in Squeak that qualifies for today's 
standards. If you need a web browser which you can control with code, then 
consider using an external tool, like PhantomJS (http://phantomjs.org/ ).


Levente

>
>
> Sincerely,
>
> Joe.
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>


More information about the Beginners mailing list