UI自动化自动验证登录滑动拼图验证码
摘要:用于UI自动化登录拼图滑动验证码 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/11/15 14:32 4 # @Site : 5 # @File : puzzleCaptcha.py 6 # @Software
阅读全文
Python之PyQt编程
摘要:1、windows窗口的建立 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/8/19 10:09 4 # @Site : 5 # @File : advertisingRunner.py 6 # @Softwar
阅读全文
python+unittest日志和报告输出模块
摘要:1、日志输出模块: 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/11/21 17:41 4 # @Site : 5 # @File : log.py 6 # @Software: PyCharm 7 8 imp
阅读全文