Selenium-Python Client Library - Automating in Background

后端 未结 2 727
一个人的身影
一个人的身影 2021-01-05 13:21

I am trying automate a login process to my web application using Selenium-Python Client Library. The ultimate goal is to learn Selenium\'s Python Client Library. So, I would

2条回答
  •  伪装坚强ぢ
    2021-01-05 13:50

    You can also use PhantomJS and Ghostdriver to run Selenium without a GUI-based browser.

    https://github.com/detro/ghostdriver

提交回复
热议问题