You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest using SeleniumRequest with the method argument set to POST and parsing all the form fields manually, storing them to a dictionary and then urlencoding the dictionary and set it to body argument (because SeleniumRequest doesn't support formdata argument).
is there any way to use scrapy.FormRequest?
like splash have SplashFormRequest, without it what is the option for handling post requests?
The text was updated successfully, but these errors were encountered: