摘要: import subprocessimport schedfrom time import time, sleep# 创建sched模块的 scheduler 类的实例scheduler = sched.scheduler(time, sleep)def execute_robot_tests(cm 阅读全文
posted @ 2024-07-19 16:36 凝心叶子 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 问题描述:本机终端执行robot命令正常,pycharm代码中执行报错:/bin/sh: robot: command not found 解决方案: 1、复制本机PATH 终端输入命令echo $PATH 2、PyCharm中z新增$PATH(Edit Configurations-->Envir 阅读全文
posted @ 2024-07-19 16:32 凝心叶子 阅读(1) 评论(0) 推荐(0) 编辑