Python3+Selenium 做 UI 自动化输出报告报错<_io.TextIOWrapper name='' mode='w' encoding='UTF-8'>

解决方式

修改HTMLTestRunner.py 的 631 行

print >> sys.stderr, \nTime Elapsed: %s‘ % (self.stopTime-self.startTime)

或者

print(sys.stderr, \nTime Elapsed: %s‘ % (self.stopTime-self.startTime))

修改成

sys.stderr.write(\nTime Elapsed: %s\n% (self.stopTime - self.startTime))




出自

https://testerhome.com/topics/15171

Python3+Selenium 做 UI 自动化输出报告报错<_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>

上一篇:Android Jetpack架构之LifecycleService


下一篇:FLV视频格式解码软件开发