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安裝與Pycharm使用入門PythonPyCharm
- Python paramiko模組的安裝與使用Python
- 一、Python安裝與Pycharm使用入門PythonPyCharm
- python的下載安裝與簡單使用Python
- 安裝python並使用Python
- Python安裝教程(非常詳細) python如何安裝使用Python
- Jenkins安裝與使用Jenkins
- Docker安裝與使用Docker
- Samba安裝與使用Samba
- DRF安裝與使用
- golint 安裝與使用Go
- Supervisor 安裝與使用
- MONGDB 安裝與使用
- nacos安裝與使用
- Presto安裝與使用REST
- Kylin安裝與使用
- Nginx安裝與使用Nginx
- Redis 安裝與使用Redis
- KubernetesNginxIngress安裝與使用Nginx
- curl 安裝與使用
- MITMF安裝與使用MIT
- Python的安裝和使用Python
- python gdal 安裝使用(Windows, python 3.6.8)PythonWindows
- brew 安裝python3:如何使用brew安裝Python3Python
- Python requests 安裝與開發Python
- Arthas的安裝與使用
- DrissionPage的安裝與使用
- IDM的安裝與使用
- Jupyter Notebook 使用與安裝
- Go 安裝與使用 mqttGoMQQT
- SpringBoot CLI安裝與使用Spring Boot
- nvm的安裝與使用
- kafka的安裝與使用Kafka
- Linux 安裝Nginx與使用LinuxNginx
- sqoop 安裝與配置使用OOP
- Zabbix Agent 安裝與使用
- Anaconda的安裝與使用
- YALMIP安裝與使用整理
- 什麼是Python?如何安裝使用Python?Python