Fill and submit html form

后端 未结 2 1997
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 05:30

I am trying / wanting to write a Python script (2.7) that goes to a form on a website (with the name \"form1\") and fills in the first input-field in said form

2条回答
  •  再見小時候
    2020-12-08 06:23

    Take a look at Mechanize and Selenium. Both are excellent pieces of software that would allow you to automate filling and submitting a form, among other browser tasks.

提交回复
热议问题