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 ;-) )
1 Odpowiedź
+ 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.