摘要: 目录1. 基础方法1.11.2 浏览器窗口最大化、最小化、全屏1.3 获取、设置浏览器窗口的大小1.4 获取、设置浏览器窗口的位置1.5 获得页面的title、url、源代码1.6 多窗口操作1.6.1 查看窗口句柄1.6.2 切换窗口操作1.7 find_element('locator','va 阅读全文
posted @ 2022-02-12 20:39 chuangzhou 阅读(75) 评论(0) 推荐(0) 编辑
摘要: systemctl是 Systemd 的主命令,用于管理系统。 # 检查 Apache 服务是否启动 systemctl status htppd # 检查mysql 服务是否运行 systemctl status mysql systemctl stop 服务名称 systemctl start服 阅读全文
posted @ 2022-02-12 14:15 chuangzhou 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 1.访问并登录 https://developers.weixin.qq.com/community/develop/mixflow 2.访问,点击申请地址: https://developers.weixin.qq.com/miniprogram/dev/devtools/sandbox.html 阅读全文
posted @ 2022-02-12 13:55 chuangzhou 阅读(655) 评论(0) 推荐(0) 编辑