Clicking a button automatically in a web browser with python

后端 未结 2 1085
终归单人心
终归单人心 2021-01-12 13:54

Sort of like a bot, i have already checked out some sites such as pyjamas and scrapy, I know how to print data of websites, but still dont know how to interact with buttons.

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-12 14:36

    You can use mechanize for that. It provides an easy way for interacting with websites.

提交回复
热议问题