scrapy / loginform

Fill HTML login forms automatically
270 stars 79 forks source link

lxml.html does not find form #3

Closed kalessin closed 10 years ago

kalessin commented 11 years ago

Page: https://www.gilt.com/login

a simple xpath query "//form" using selectors founds the form, but for some reason the method forms of an lxml.html document does not.

I think we should use another code for finding forms, or maybe better, as it is a simple task, our own code, so fix is under our control.

dangra commented 10 years ago

https://github.com/scrapy/loginform/commit/1f010841ead544516b3e30c48362774669f13bab fixed this issue.