Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

driver.swipe() last argument not working on android chrome browser

未关闭
#1,091 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 3 天内回复

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
38/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
python

调研方向

从 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,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

appium/python-client 的其他 Issue

查看 appium/python-client 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。