robot framework 报错TypeError: exceptions must be old-style classes or derived from BaseException, not unicode
rf ride移动端自动化时使用click button时候报错这个信息,解决方案: 将click button 换成click element
转载自 @喳喳学测试的csdn博客
本文介绍了解决RobotFramework在移动端自动化测试中使用clickbutton命令时报错的问题。通过将clickbutton替换为clickelement可以有效避免TypeError异常,确保自动化测试流程正常执行。
robot framework 报错TypeError: exceptions must be old-style classes or derived from BaseException, not unicode
转载自 @喳喳学测试的csdn博客

被折叠的 条评论
为什么被折叠?