ioan

robot执行是环境变量使用的不是syspath

将当前py文件添加到环境变量中需要使用  robotframework 内置OperatingSystem库

 

通过 OperatingSystem().append_to_environment_variable(\'path\',os.path.dirname(__file__)) 方法将当前环境变量中

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2021-12-03
  • 2021-04-20
  • 2021-07-28
  • 2022-02-16
  • 2021-08-06
  • 2021-10-22
猜你喜欢
  • 2021-11-30
  • 2019-03-14
  • 2022-12-23
  • 2021-09-26
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案