51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3700|回复: 7
打印 上一主题 下一主题

[求助] iphone自动化

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2012-3-16 10:41:59 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
有做iphone自动化的吗 想问下如何用代码滑动屏幕
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

8#
发表于 2012-6-29 11:45:58 | 只看该作者
欢迎进入179969063,扣扣群号讨论。。功能测试,手机测试,性能测试。
回复 支持 反对

使用道具 举报

该用户从未签到

7#
 楼主| 发表于 2012-5-14 09:59:18 | 只看该作者
Share with you.(write as JavaScript)

var target = UIATarget.localTarget();

var application = target.frontMostApp();

var mainWindow = application.mainWindow();

mainWindow.dragInsideWithOptions({startOffset:{x:0.0, y:0.0}, endOffset:{x:0.8, y:0.10}, duration:1});

The method that used to swipe the page is dragInsideWithOptions, Here are description from apple
dragInsideWithOptions
Drags within the bounds of an element.
(undefined) dragInsideWithOptions(Object options)
Parameters
options
A dictionary that specifies characteristics of the gesture. Valid keys are as follows:
touchCount        The number of touches to use in the specified gesture. (Effectively, the number of fingers a user would use to make the specified gesture.) The default touch count value is 1.
duration        The length of hold time for the specified gesture. The default duration value for a tap is 0. The default value for touch-and-hold gestures (such as drag, pinch open, and pinch close) is 1.
startOffset        The first offset to use for a multiple-point gesture. The default value is {x:0.0, y:0.0}. See the discussion for details.
endOffset        The last offset to use for a multiple-point gesture. The default value is {x:0.0, y:0.0}. See the discussion for details.
Discussion
You can use offsets to achieve finer precision in specifying the hitpoint within the rect for the specified element. The offset comprises a pair of x and y values, each ranging from 0.0 to 1.0. These values represent, respectively, relative horizontal and vertical positions within the rect, with {x:0.0, y:0.0} as the top left and {x:1.0, y:1.0} as the bottom right. Thus, {x:0.3, y:0.6} specifies a position just below and to the left of center, and {x:1.0, y:0.5} specifies a position centered vertically at the far right.
This example performs a slow drag within the target element from left edge to right edge, just below the top:
target.dragInsideWithOptions({startOffset:{x:0.0, y:0.1}, endOffset:{x:1.0, y:0.1}, duration:1.5});
回复 支持 反对

使用道具 举报

该用户从未签到

6#
发表于 2012-4-21 15:10:08 | 只看该作者
关注ing。。。。
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2012-4-21 13:26:14 | 只看该作者
我一直都是用sikuli这个软件的~!直接使用图片控件~
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2012-4-17 14:19:55 | 只看该作者
用instrument 录一下就知道了,target.frontMostApp().mainWindow().层.控件名.scrollToVisible();
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2012-4-13 10:42:26 | 只看该作者
关注!
回复 支持 反对

使用道具 举报

该用户从未签到

2#
发表于 2012-4-11 08:05:45 | 只看该作者
顶下。。。
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-8 19:56 , Processed in 0.066344 second(s), 26 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表