driver.swipe() last argument not working on android chrome browser
维护者通常 3 天内回复
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 38/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- python
- 领域
- mobile-dev, testing
调研方向
从 issue 中所示的 driver.swipe() 调用开始,使用 Appium v2.15.0 在 Android Chrome 上并配合列出的 ChromeDriver 版本重现该调用。跟踪最后一个 duration 参数的处理方式;当 5000ms 的 swipe 遵循请求的 duration,或该限制已得到明确记录时,工作即告完成。
由索引模型根据 Issue 内容生成。
描述
appium version
Appium v2.15.0
chrome driver version
124.0.6367.207
when i test driver.swipe() on android chrome browser,as follows:
screen_size = driver.get_window_size()
width = screen_size['width']
height = screen_size['height']
print("screen size ",width, height)
fromX=width/2
fromY=height/2+100
endX=width/2+50
endY=100
driver.swipe(fromX,height,endX,0,5000)
endY-fromY=300
i set last argument duration to 5000ms (5 seconds),but the action finished quickly with no delay
- 主要语言
- Python
- 星标
- 1.8k
- 派生
- 570
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 24
环境准备
这个项目没有提供开发容器、Dockerfile 或贡献指南,环境需要你自己搭建:先看它的 README,通用步骤见我们的新手贡献指南。
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
appium/python-client 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
appium/python-client#1230 · 1 条评论 ·
维护者通常 3 天内回复
-
question
难度 4/5 3-5 天 新手友好度 25/100
appium/python-client#1168 · 9 条评论 ·
维护者通常 3 天内回复
-
难度 2/5 1-3 小时 新手友好度 55/100
appium/python-client#1147 · 7 条评论 ·
维护者通常 3 天内回复
-
难度 4/5 3-5 天 新手友好度 25/100
appium/python-client#1076 · 2 条评论 ·
维护者通常 3 天内回复
-
难度 4/5 3-5 天 新手友好度 20/100
appium/python-client#980 · 7 条评论 ·
维护者通常 3 天内回复
查看 appium/python-client 的全部 Issue
相似的 Issue
-
pydanty:is-working
难度 2/5 1-3 小时 新手友好度 78/100
pydantic/pydantic-ai#8843 ·
维护者通常 1 天内回复
-
breaking change enhancement server
难度 2/5 1-3 小时 新手友好度 72/100
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 88/100
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 72/100
维护者通常 1 天内回复
-
needs-triage
难度 2/5 1-3 小时 新手友好度 85/100
维护者通常 1 天内回复