这种用法应该是最简单的吧!难道你操作那日期控件会比这个简单?!作者: patton1202 时间: 2008-3-5 16:36
好的,谢谢版主哦。作者: patton1202 时间: 2008-3-5 17:09
我把脚本.WebEdit("releaseDate").Click 修改为. .WebEdit("你的对象.object.value=2009-03-05").Click 回放脚本时
错误提示为:The "你的对象.object.value=2009-03-05" WebEdit object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
请问我哪里出错了还是QTP不允许这样修改呢?
初学者麻烦你们了作者: dailrui2002 时间: 2008-3-5 17:11
应该可以直接输日期
WebEdit("releaseDate").set "2009-03-05"作者: patton1202 时间: 2008-3-5 17:29
呵呵,谢谢,不对。我试过了
QTP录制脚本为:
Browser(":: Lifecenter::").Page(":: Lifecenter::_7").WebEdit("releaseDate").Click
Browser(":: Lifecenter::").Page(":: Lifecenter::_7").Link("30").Click
从源码上看它录制当前月的脚本和录制后几个月的没什么区别的,不知道什么原因,哎!郁闷呀!
[ 本帖最后由 patton1202 于 2008-3-5 17:41 编辑 ]作者: yuquan_32 时间: 2008-3-5 18:10
是不是沒有把 WebEdit("releaseDate") add 進對象庫的原因?
試一試作者: higkoo 时间: 2008-3-6 09:29 标题: 和Java插件无关 WebEdit("releaseDate").Object.value="2009-03-06" 就可以了!如果这个日期是禁止手动输入的话,就先改一下它的Object.outerhtml把只读控制去掉。作者: patton1202 时间: 2008-3-6 10:16 标题: 回复 10# 的帖子 老兄说的是从网站源码改Object.outerhtml吗?
谢谢哦作者: danile330123 时间: 2008-3-6 10:35 标题: 我也遇到同样的问题,请高手帮忙啊! 我也是要录制日历,也是录不下来,一直提示下面的错误!
Cannot identify the object "tmpYearSelect" (of class WebList). Verify that this object's properties match an object currently displayed in your application.
Cannot identify the object "3 月" (of class WebElement). Verify that this object's properties match an object currently displayed in your application.
Cannot identify the object "22" (of class WebElement). Verify that this object's properties match an object currently displayed in your application.
Cannot identify the object "tmpYearSelect" (of class WebList). Verify that this object's properties match an object currently displayed in your application.作者: patton1202 时间: 2008-3-6 10:44 标题: 回复 12# 的帖子 是不是没有安装相应的控件呢?我测试的网站需要安装java控件,你和开发人员沟通一下,看看需要安装什么控件。作者: 快乐逍遥 时间: 2008-3-6 11:00
各位老大,我也正遇到这问题
but....网页中文本框设了readonly,qtp有什么办法能给它设置值呢?
刚提了个问题才见到此贴 http://bbs.51testing.com/thread-107706-1-1.html作者: 追逐日光 时间: 2009-3-19 14:09
通过这个方法确实 可以设置日期,但无法实现参数化,请问日历实现参数化如何操作呢