
Appium 自动化
文章平均质量分 51
Appium 自动化Appium 自动化Appium 自动化Appium 自动化Appium 自动化
countofdane
能用脚本解决的打死不用手
展开
-
android 设备如何对多个屏幕截图
android 多屏幕截图原创 2022-11-24 14:06:29 · 1357 阅读 · 0 评论 -
appium 搜索元素时卡住尤其实在有动画刷新效果的时候
class DeviceManager: _instance_ = {} driver = None def __new__(cls, *args, **kwargs): key = str(args) + str(kwargs) if key not in cls._instance_: cls._instance_[key] = super().__new__(cls) return cls._instan...原创 2021-12-23 11:29:25 · 2655 阅读 · 0 评论