wangdongting 发表于 2008-7-9 15:03:41

'ToolbarWindow32‘不能识别的问题

:funk: 今天在录制时遇到一个问题,希望有哪位大侠帮我看一下。
这条语句时出错:
Browser("PPP - Promotion Management").Dialog("Choose file").WinToolbar("ToolbarWindow32").Press "My Computer"

就是我要录制上传一个文件的过程,这个文件保存在我的电脑里,recorde是可以的,但是在run的时候出现了错误。
错误的是这样说的:Cannot find the "ToolbarWindow32" object's parent "Choose file" (class Dialog). Verify that parent properties match an object currently displayed in your application
Tip:
To better understand the cause of failed steps, you can record movie clips of run sessions and view them together with the step result details.
:funk:

[ 本帖最后由 wangdongting 于 2008-7-9 15:46 编辑 ]

wangdongting 发表于 2008-7-9 15:24:52

run到选择文件的时候出错,就是下面这张图片是出错了。


[ 本帖最后由 wangdongting 于 2008-7-9 15:35 编辑 ]

jean_xhq 发表于 2009-4-24 14:17:49

顶一下,我也遇到这个问题啊,有没有人知道哦?

mklodoss 发表于 2009-4-24 18:32:22

Cannot find the "ToolbarWindow32" object's parent "Choose file" (class Dialog).
是Dialog("Choose file")找不到。先定位到这个对话框。

wkevin 发表于 2009-4-24 19:25:19

用Activate先定位窗口,再看进行下一步操作看看.

jean_xhq 发表于 2009-4-30 14:51:52

不怎么明白,能说得更详细点吗?

jean_xhq 发表于 2009-4-30 16:46:50

还是没解决。。。。

jean_xhq 发表于 2009-4-30 17:08:29

问题已经解决,改用 low level recording 就可以
页: [1]
查看完整版本: 'ToolbarWindow32‘不能识别的问题