51Testing软件测试论坛

标题: 如何设置WEB的窗口焦点,到一个指定的坐标点 [打印本页]

作者: onlonely    时间: 2009-8-9 00:36
标题: 如何设置WEB的窗口焦点,到一个指定的坐标点
FireEvent "onfocus" 方法只能设置那些能获得焦点的控件,如link,button,
其他控件(如image,webelement)就无法使用这方法来设置了.

实际上我是想页面显示我想显示的位置,因为有时页面比较多内容的话,QTP自己跳的位置可能很不合理.
作者: 假装不在    时间: 2009-8-9 11:08
问题:如何设置WEB的窗口焦点,到一个指定的坐标点
例子:
browser("百度一下,你就知道").Page("百度一下,你就知道").WebElement("x:=405","y:=171","index:=0").Object.focus
使用webelement的好处就是它适用任何web控件。
作者: onlonely    时间: 2009-8-9 13:40
标题: 回复 2# 的帖子
莫非是我使用方法错误???
Cannot identify the object "[ WebElement ]" (of class WebElement). Verify that this object's properties match an object currently displayed in your application.

Line (1): "Browser(".").Page(".").WebElement("x:=405","y:=171","index:=0").Object.focus".

Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.

我看了下,还是一个道理呀,如果这个坐标点上有对象(link,button)这样的能够获得焦点的对象存在,
你的方法有效.
如果这个坐标点上无对象,或者只是一个webelement对象,你的方法就无效了.会提示找不到对象

[ 本帖最后由 onlonely 于 2009-8-9 14:06 编辑 ]
作者: 玉月亭苇    时间: 2009-8-10 09:19
建议用虚拟对象试试。。。
作者: onlonely    时间: 2009-8-10 20:48
标题: 回复 4# 的帖子
虚拟对象是一个封闭的,不可开发的东西,
应付变化能力不强.




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2