单元测试代码使用input方法
await inputs[0].input('会员') // 会员姓名
await inputs[1].input(phoneNumber) // 手机号码
在微信开发者工具里面运行自动化测试报错:
[渲染层错误] TypeError: SystemError (exparserScriptError)
Converting circular structure to JSON
--> starting at object with constructor 'l'
| property 'parentNode' -> object with constructor 'd'
| property 'childNodes' -> object with constructor 'Array'
--- index 0 closes the circle(env: macOS,mp,1.06.2412050; lib: 3.7.10)>
怎么解决?
0 个回复