0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python5,632 stars (5,632 stars)1,353 forks (1,353 forks)batch import
buggood first issue
Description
现象
如下图所示,实际fling的方法中没有to的action,但是在key中却包含,调用to后返回None

Contributor guide
- Tech stack
- python
- Domain
- mobiletesting
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- basic understanding of uiautomator2
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the fling method in the uiautomator2 library (likely in the source code). Check if the 'to' action is implemented and why it returns None. Look at the method signature and implementation to see if the 'to' parameter is missing or incorrectly handled.