从下图可以看出,AppiumBy是导的selenium.webdriver.common.by包,继承的By
MobileBy导的appium.webdriver.common.appiumby包,继承的AppiumBy文章来源:https://www.toymoban.com/news/detail-727282.html
也就是说在实际代码中使用AppiumBy和MobileBy是一样的,不过MobileBy中明确说了,在2.1.0版本中弃用了MobileBy,最好是使用AppiumBy
文章来源地址https://www.toymoban.com/news/detail-727282.html
"""
deprecated:: 2.1.0
Please use 'from appium.webdriver.common.appiumby import AppiumBy' instead of 'MobileBy'.
"""
到了这里,关于AppiumBy、MobileBy和selenium.webdriver.common.by的关系的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!