Ruby browser

hi guys,

I’m trying to do a program that automates some site usage, like fetch
the
site, fill a field and “press” the send button. So, it’ll behave like a
real
browser. Is there a plugin out there ready to work ? Or, then, how can i
make a simple browser, what’s the necessaries libraries ?

Thanks!

On Sun, Nov 1, 2009 at 4:35 PM, Ernesto R. [email protected]
wrote:

hi guys,

I’m trying to do a program that automates some site usage, like fetch the
site, fill a field and “press” the send button. So, it’ll behave like a real
browser. Is there a plugin out there ready to work ? Or, then, how can i
make a simple browser, what’s the necessaries libraries ?

You should take a look at webrat[1]. I don’t know about the
documentation, it wasn’t that good a while ago, but maybe they’ve
improved it.
Anyway, if you google around you will find some examples and things
that will help you because it is pretty easy to use

Hope it helps.

[1]http://wiki.github.com/brynary/webrat


Leonardo M…
There’s no place like ~

refer to watir library in ruby

http://wtr.rubyforge.org/

On Mon, Nov 2, 2009 at 1:17 AM, Leonardo M.
[email protected]wrote:


Leonardo M…
There’s no place like ~

Sand