Selenium WebDriver 3.0 基于Python3.7 批量执行测试模块

鉴于书中很多代码在运行时有错误 在这里记录一下,顺便保存代码 7.2.9 批量执行测试模块 文件名Calc.py #encoding=utf-8 class Calc: def __add__(self, x,y,*d): result =x+y for i in d: result+=i return res
相关文章
相关标签/搜索