AttributeError: 'baiduPage' object has no attribute '_testMethodDoc'

记录一次selenium自动化测试坑爹的过程:web

报错以下设计模式

AttributeError: 'baiduPage' object has no attribute '_testMethodDoc'app


缘由:在使用工厂设计模式The factory pattern,作web端和app端自动化测试时,导入模块时同时导入了ide

from appium import  webdriver测试

from selenium import webdriver设计

结果就出现了如上的报错信息,注销from appium import webdriver后运行正常,但是问题来了,若是要使用工厂设计模式把web和app测试结合在一块儿该如何搞呢?selenium



还没搞懂……后续更新it

相关文章
相关标签/搜索