I'm using selenium to first load the form which being generated via ajax.
Now I'm having troubles passing the selenium response to scrapy FormReuqest method
to send the form data values.
The form has jquery validation before user can submit it, does it make it harder to submit using scrapy?
any help is appreciated.
thanks
You don't need neither
Scrapy
, norselenium
here. Just make an underlyingPOST
request and parse the json response. Example usingrequests
:Prints: