I want to enter data into textarea or form. How to do this (preferably using the urllib library)?
All attribute values of these tags are known (for the form I also know the values of the input tag).
I want to enter data into textarea or form. How to do this (preferably using the urllib library)?
All attribute values of these tags are known (for the form I also know the values of the input tag).
First you need to learn how to google. 5 seconds and ready. http://python-lab.blogspot.com/2012/06/python-101_09.html
Source: https://ru.stackoverflow.com/questions/829991/
All Articles