美文网首页
selenium.common.exceptions.NoSuc

selenium.common.exceptions.NoSuc

作者: DuffyMagic | 来源:发表于2019-03-01 15:17 被阅读0次

场景:appium+python+android自动化测试
问题:selenium.common.exceptions.NoSuchElementException: Message: An element could not be located on the page using the given search parameters
解决:在capabilities参数里加入'automationName': 'uiautomator2'
参考文档:https://discuss.appium.io/t/selenium-common-exceptions-nosuchelementexception-message-an-element-could-not-be-located-on-the-page-using-the-given-search-parameters/19120

相关文章

网友评论

      本文标题:selenium.common.exceptions.NoSuc

      本文链接:https://www.haomeiwen.com/subject/brvduqtx.html