gpt4 book ai didi

ios - 使用 XCUI 进行两指旋转

转载 作者:行者123 更新时间:2023-11-29 00:47:32 27 4
gpt4 key购买 nike

我有一个测试用例,我必须使用两个手指手势来旋转 map ,我试图将其自动化。我尝试过使用录音机,它只记录敲击,而不记录旋转。是否可以使用XCUI框架模拟两指旋转?

最佳答案

尝试使用旋转功能。这是一个旋转的文档:

/*!
* Sends a rotation gesture with two touches.
*
* The system makes a best effort to synthesize the requested rotation and velocity: absolute accuracy is not guaranteed.
* Some values may not be possible based on the size of the element's frame - these will result in test failures.
*
* @param rotation
* The rotation of the gesture in radians.
*
* @param velocity
* The velocity of the rotation gesture in radians per second.
*/
public func rotate(rotation: CGFloat, withVelocity velocity: CGFloat)

干杯

关于ios - 使用 XCUI 进行两指旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38463928/

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