1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python475 forks (475 forks)github user discovery
good first issue
Repository metrics
- Stars
- 2,604 stars (2,604 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- 操作步骤:
- 将WDA应用从手机中删除;
- 脚本中调用tidevice的app_list()接口获取手机应用的bundleID的列表:
'''
device = tidevice.Device(self.get_udid())
app_list = device.instruments.app_list()
'''
- 异常现象:
app_list中仍有卸载掉的WDA应用的bundleID
- 期望结果:
app_list中不出现卸载掉的WDA应用的bundleID
@zy02636 @codeskyblue @alibaba-oss @373743261 @pengchenglin
Contributor guide
- Research direction
- Investigate why app list() returns the bundleID of the deleted WDA app. Check if the instruments service caches the app list or if there's a delay in synchronization. Trace the code path of app list() in tidevice to find where the data originates.
- Tech stack
- python
- Domain
- mobile
- Issue type
- Bug
- Prerequisites
- Python