selenium.common.exceptions.NoSuchElementException: Message: An element could not be located on th...

场景: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.NoSuchElementException: Message: An element could not be located on th...)