Mario Gr
2011-Feb-04 02:47 UTC
LIbrary to maintain manage browser sessions from command line
I have to update 80 pages'' compliance terms on our clients existing CMS system. I can''t do this on the back end, and it''s a tedious task I''m looking to automate. These are all in an admin panel, so I am trying to find a library that could at least maintain a session and simulate browser interaction from the command line. Any leads would be helpful! Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Amar Daxini
2011-Feb-04 05:47 UTC
Re: LIbrary to maintain manage browser sessions from command line
Mario Gr wrote in post #979538:> I have to update 80 pages'' compliance terms on our clients existing CMS > system. I can''t do this on the back end, and it''s a tedious task I''m > looking to automate. >Try mechanize see if its is helpful https://github.com/tenderlove/mechanize Amar Daxini http://railstech.com -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.