论坛发贴内容插入图片无法回放
论坛发贴内容插入图片无法回放Browser("论坛").Page("论坛").WebEdit("username").Set "name"
Browser("论坛").Page("论坛").WebEdit("password").SetSecure "49503b89c03767967e7a6674d2689b76901f"
Browser("论坛").Page("论坛").WebButton("登录").Click
Browser("论坛").Page("论坛").Link("社会").Click
Browser("论坛").Page("论坛--社会频道").Link("天下").Click
Browser("论坛").Page("天下 - 论坛").Link("发新话题").Click
Browser("论坛").Page("天下 - 论坛 - Powered").WebButton("Discuz! 代码模式").Click
Browser("论坛").Page("天下 - 论坛 - Powered").WebEdit("subject").Set "天下标题"
Browser("论坛").Page("天下 - 论坛 - Powered").WebEdit("message").Click
Browser("论坛").Page("天下 - 论坛 - Powered").WebEdit("message").Set "天下内容"
Browser("论坛").Page("天下 - 论坛 - Powered").WebFile("attach[]").Set "E:\整理文件\文档\躺在碟子里的兔子\attachment_002.jpg" 这一步没有set成功,因为上传附件需要点击浏览按钮选择图片路径,和这个论坛一样,鼠标无法定位到这个输入框中
Browser("论坛").Page("天下 - 论坛 - Powered").Link("[插入]").Click 到这里报错
Browser("论坛").Page("天下 - 论坛 - Powered").WebButton("发新话题").Click
报错Cannot identify the object "[插入]" (of class Link). Verify that this object's properties match an object currently displayed in your application.
该怎么解决?
[ 本帖最后由 yangfan 于 2008-12-23 09:25 编辑 ] 未指定错误是个什么错误,详细信息是什么? Browser("论坛").Page("天下 - 论坛 - Powered").WebFile("attach[]").Set "E:\整理文件\文档\躺在碟子里的兔子\attachment_002.jpg" 这一步没有set成功,因为上传附件需要点击浏览按钮选择图片路径,和这个论坛一样,鼠标无法定位到这个输入框中
Browser("论坛").Page("天下 - 论坛 - Powered").Link("[插入]").Click 到这里报错
Browser("论坛").Page("天下 - 论坛 - Powered").WebButton("发新话题").Click
报错Cannot identify the object "[插入]" (of class Link). Verify that this object's properties match an object currently displayed in your application.
请教大家怎么解决? 来学习一下 这样写就ok拉,搜以前帖子找到的helius 的帮忙,非常感谢
Browser("论坛").Page("天下 - 论坛 - Powered").WebFile("attach[]").Click
Browser("论坛").Dialog("选择文件").WinEdit("文件名(N):").Set "E:\整理文件\文档\躺在碟子里的兔子\attachment_002.jpg"
Browser("论坛").Dialog("选择文件").WinButton("打开(O)").Click 很感谢,正在学习中
页:
[1]