当前位置:网站首页>selenium learning
selenium learning
2022-08-05 06:22:00 【The stars are beautiful】
Let the program connect to the browser, let the browser complete various complex operations, and only accept the final result
selenium: automated testing tool
You can open the browser and operate the browser like a human
Extract various information on web pages directly from selenium
Environmental Setup:
1.pip install selenium -i
2. Download the browser driver
One, check the Chrome browser version number

Second, download the driver URL and select the corresponding version
Address: http://npm.taobao.org/mirrors/chromedriver/

3. Put the unzipped browser driver chromedriver in the folder where the python interpreter is located
4. Use

边栏推荐
- Spark source code-task submission process-6.2-sparkContext initialization-TaskScheduler task scheduler
- What should I do if the SSL certificate prompts that it is expired or invalid?
- Tencent Cloud Message Queue CMQ
- Transport layer protocol (TCP 3-way handshake)
- In-depth Zabbix user guide - from the green boy
- 监控系统的内卷,有什么讲究?
- 解决这三大问题,运维效率将超90%的医院
- Hugo builds a personal blog
- js dynamically get screen width and height
- 从“双卡双待“到”双通“,vivo率先推动DSDA架构落地
猜你喜欢
随机推荐
May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
I/O性能与可靠性
CIPU, what impact does it have on the cloud computing industry?
正则表达式小实例--去掉字符串中间和两边的空格
What are some things that you only know when you do operation and maintenance?
One-arm routing experiment and three-layer switch experiment
Mina的长连接和短连接
LeetCode Interview Questions
7步完成云上监控
ALC实验
js动态获取屏幕宽高度
Growth: IT Operations Trends Report
idea 常用快捷键
Spark source code - task submission process - 4-container to start executor
OpenCV3.0 is compatible with VS2010 and VS2013
vim教程:vimtutor
网络不通?服务丢包?看这篇就够了
监控系统的内卷,有什么讲究?
带你深入了解Cookie
Complete mysql offline installation in 5 minutes









