Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Appium 的java-client 3.2.0 API;并且想要执行“轻弹”手势。我猜我需要为此使用该swipe()方法。我的问题是
java-client 3.2.0 API
swipe()
start
end
如果持续时间是固定的,则距离越远,滑动速度越快;如果距离是固定的,则更短的持续时间意味着更快的滑动速度。您可以随时在闪烁点设置断点并更改不同的值以查看它是否足够“快”。