gpt4 book ai didi

python - 使用 Sikuli 拖放

转载 作者:太空狗 更新时间:2023-10-30 00:22:28 27 4
gpt4 key购买 nike

我在使用 Sikuli 拖放时遇到问题。我想在任何其他方向(上、下、左、右)拖动固定像素数的东西。

这看起来应该可行:

t = find("1325249963143.png")
dragDrop(t, [t.x + 100, t.y + 100])

Sikuli IDE 日志说

[log] DRAG (741,525) to null

但是元素没有被拖动。

这很好用:

dragDrop("1325249963143.png", "1325251471990.png")

日志说

[log] DRAG (741,525) to (507,490)

我做错了什么?

环境:Mac OS X 10.7.2、Sikuli X-1.0rc3 (r905)

最佳答案

只是在这里打个招呼——另一种编码方式:

dragDrop(t, t.offset(Location(100, 100)))

关于python - 使用 Sikuli 拖放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8679929/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com