Creating a headless Chrome instance in Python

后端 未结 5 728
陌清茗
陌清茗 2020-12-23 18:09

This question describes my conclusion after researching available options for creating a headless Chrome instance in Python and asks for confirmation or resources that descr

5条回答
  •  半阙折子戏
    2020-12-23 18:31

    While I'm the author of CasperJS, I invite you to check out Ghost.py, a webkit web client written in Python.

    While it's heavily inspired by CasperJS, it's not based on PhantomJS — it still uses PyQt bindings and Webkit though.

提交回复
热议问题