logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python+selenium UI 自动化

Selenium+python新手最佳环境:Selenium2.53.6 + Firefox46以下+ python2.7.12(python3.6也行) (一定要注意版本号,否则各种问题)安装selenium1.在线安装2.打开cmd窗口输入:pip(如果有内容显示,说明正常)3.cmd输入指令安装selenium:pip install selenium==2.53.6 -i https://

#python#selenium
Selenium - 如何操作鼠标进行悬停、右击、双击、拖拽?

Selenium - 如何操作鼠标进行悬停、右击、双击、拖拽?

#selenium#python#前端
Python 如何获取 token 如何使用?

Python 如何获取 token 如何使用?

#大数据
Python 应用 随机生成20个学生的成绩,判断这20个学生成绩的等级

import randomdef get_level(score):if 90 < score <= 100:return '非常优秀'elif 80 < score <=90:return '优秀'elif 60 < score <=80:return '及格'else:return '不及格'def main():for i in .

#python
到底了