webscrapping ringcentral.com using mechanize

S.Selvam s.selvamsiva at gmail.com
Thu Dec 17 05:27:44 EST 2009


On Thu, Dec 17, 2009 at 3:34 AM, shrini <tshrinivasan at gmail.com> wrote:

> Hi,
>
> I am trying to scrap the website 'http://service.ringcentral.com'
>
> It has a form with three input boxes.
>
> When trying to get the form with mechanize, it is throwing the
> following error.
>
> mechanize._mechanize.FormNotFoundError: no form matching name 'login'
>
> but, the page has the form with name "login".
>
> This form is submitted by javascript.
>


  Though i am not sure,i think posting values via urllib  could help .

   Also you may find it useful,


http://stackoverflow.com/questions/1806238/mechanize-python-click-a-button



-- 
Regards,
S.Selvam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091217/6d59c6f7/attachment-0001.html>


More information about the Python-list mailing list