Python splinter安裝與使用
歡迎加入學習交流QQ群:657341423
Splinter是一個使用Python開發的開源Web應用測試工具。它可以幫你實現自動瀏覽站點和與其進行互動。python中實現自動化操作的庫有Splinter,selenium用於操控網站,其次,requests,scrapy,BeautifulSoup 用於獲取資料網站較多。scrapy其實是框架形式,適用於大規模爬蟲
Splinter可以直接使用pip install splinter安裝即可,不過直接使用需要自行下載WebDriver,比如使用的谷歌瀏覽器,需要下載chromedriver.exe,放到python安裝目錄下即可。
測試程式碼:
from splinter import Browser
MCBrowser=Browser("chrome")
MCBrowser.visit("https://www.baidu.com/")
執行py檔案即可實現自動開啟網頁並轉到百度網址。
具體關於庫的使用方法可以參考官方文件:
https://splinter.readthedocs.io/en/latest/index.html
相關文章
- Python的安裝與使用Python
- Python安裝與Pycharm使用入門PythonPyCharm
- python的安裝與簡單使用Python
- Python paramiko模組的安裝與使用Python
- 一、Python安裝與Pycharm使用入門PythonPyCharm
- python的下載安裝與簡單使用Python
- nacos安裝與使用
- Nginx安裝與使用Nginx
- Redis 安裝與使用Redis
- MONGDB 安裝與使用
- curl 安裝與使用
- Presto安裝與使用REST
- DRF安裝與使用
- MITMF安裝與使用MIT
- PostgresSQL安裝與使用SQL
- PDNN安裝與使用DNN
- RAR安裝與使用
- Sourcetree安裝與使用
- statspack安裝與使用
- Samba安裝與使用Samba
- Docker安裝與使用Docker
- 安裝python並使用Python
- python虛擬環境virualenv的安裝與使用Python
- Python安裝教程(非常詳細) python如何安裝使用Python
- Go 安裝與使用 mqttGoMQQT
- kafka的安裝與使用Kafka
- Zabbix Agent 安裝與使用
- YALMIP安裝與使用整理
- golint 安裝與使用Go
- nvm的安裝與使用
- Kylin安裝與使用
- cocoapods安裝與使用
- protocol buffer 安裝與使用Protocol
- MySQLdb的安裝與使用MySql
- CocoaPods 安裝與使用
- OCLint 安裝與使用
- Supervisor 安裝與使用
- Jenkins安裝與使用Jenkins