
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在做UI自动化时,经常会遇到的一个问题就是上传文件问题,前端通过调用Windows的文件选择器上传文件到云服务。通常我们用的selenium 就无法识别到Windows的弹窗。之前在解决这类问题时,一般需要借助第三方工具,比如AutoIT(一款C端的工具),通过在AutoIT中编写脚本,然后将脚本编译成exe,最后在我们的自动化脚本中执行exe的方式进行处理。...
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time: 2021-12-03 8:20# @Author: herry...
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time: 2021-11-23 9:11# @Author: herry...
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time: 2021-10-14 16:59# @Author: herry...
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time: 2021-10-16 9:23# @Author: herry...
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time: 2019/7/16 21:16# @Author: herry...
#!/usr/bin/python# coding=utf-8# 链接mysql数据库# 需要安装mysqlclientimport MySQLdbclass S...







