51Testing软件测试论坛

标题: qtp中怎么用webelement传参数? [打印本页]

作者: tube@不二    时间: 2013-3-6 17:26
标题: qtp中怎么用webelement传参数?
[attach]83925[/attach]
项目中使用了百度的ueditor插件,在qtp中识别为webelement,现在怎么往编辑框添数据?

求高手解答!!!!!!!!!!1
作者: feiyunkai    时间: 2013-3-7 09:10
'把编辑框添加到对象库
Browser("……").Page("……").Frame("……").WebElement("WebElement").Object.innerText="需要输入的内容"
作者: 黑羽祭    时间: 2013-3-7 10:14
LS正解
作者: lgh75560    时间: 2013-3-7 19:49
亲,看你的Ueditor,是个富文本框啊
可以这样赋值的,
这代码随便都能找到

Browser().Page().Frame().Object.getElementsByTagName("body")(0).InnerText=content

而且,看你截图,也是有Frame的,
富文本框,其实一个嵌入的网页,可以有完整的Html标签




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