U just have to look through requests on the page which can be obtained through dev console in chrome and then try to catch ur request. After that u would eaaily get through the requsst payload and find out necessary data to send to the site
Hi I have a question about form submit with scrapy.When I submit a form I'm using input names for set variables email password etc. But in some pages input names are same in a form.But they have diffrent id or class values.How can I submit form without using names ? Thanks.