selenium 如何在已打开的浏览器上继续运行自动化脚本?
摘要:转载 selenium+python自动化105 - selenium 如何在已打开的浏览器上继续运行自动化脚本? - 上海-悠悠 - 博客园 (cnblogs.com) 前言 使用selenium 做web自动化的时候,经常会遇到这样一种需求,是否可以在已经打开的浏览器基础上继续运行自动化脚本?这
阅读全文
posted @
2021-11-24 10:17
李大幽默
阅读(414)
推荐(0) 编辑
qrcode和myqr库是用来生成二维码的一个库,但是在用pip下载的时候报错。
摘要:报错信息如下: Could not find a version that satisfies the requirement qrcode (from versions no matching distribution found for qrcode 可能是网络的问题,可以用国内的镜像快速下载:
阅读全文
posted @
2021-11-19 13:50
李大幽默
阅读(143)
推荐(0) 编辑
mysql批量删除数据库表
摘要:1获取删除语句 Select CONCAT( 'drop table ', table_name, ';' )FROM information_schema.tablesWhere table_schema=数据库名' table_nameLIKE '模糊表名%'; 例子 : 获取mydatabas
阅读全文
posted @
2021-11-17 19:40
李大幽默
阅读(336)
推荐(0) 编辑
httprunner的env里,有空格和注释报错问题解决
摘要:转载https://www.cnblogs.com/mujinxi/p/15302167.html .env testenv=xxxxx 1.当文件内包含注释或空行时,抛出异常 httprunner.exceptions.FileFormatError: .env format error原因是源代
阅读全文
posted @
2021-11-12 14:04
李大幽默
阅读(114)
推荐(0) 编辑