0

Fill the form in html page

PYTHON3: I want to load a html page containing a form, then fill the fields inside the form and submit it. then retrive the result page. HOW CAN I ? * one field is something like CAPTCHA (I want solve this problem with a semi-auto script ;-) )

5th Feb 2019, 9:20 AM
mohamad hosein khodnama
mohamad hosein khodnama - avatar
1 Respuesta
+ 1
You need to host the HTML page on a server. Django and Flask are both Python based servers, and allow you to submit data from a form and using an HTML template, return the result page.
25th Feb 2019, 11:36 PM
Nathan Lewis
Nathan Lewis - avatar