AirtestProject / AirtestProject/Poco
[poco android]toast和每步骤截图问题
未关闭
- 主要语言
- Python
- 星标
- 2k
- 派生
- 341
- PR 合并指标
- 30 天内没有已合并 PR
描述
1. 有没有方法获取到android上的toast
2. 每个步骤都会进行截图,我想不截图,请问是在这里关闭吗
```python
def __init__(self, device=None, using_proxy=True, force_restart=False, use_airtest_input=False, **options):
# 加这个参数为了不在最新的pocounit方案中每步都截图
self.screenshot_each_action = True
if options.get('screenshot_each_action') is False:
self.screenshot_each_action = False
if not device:
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。