码迷,mamicode.com
首页 > 其他好文 > 详细

weddriver处理富文本框

时间:2015-04-09 12:13:40      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:selenium webdriver js



技术分享


通过运行js,这种方法能处理各种疑难问题.代码如下:

//设置js的运行方法

    def input_content(self,content):

        js = "document.getElementById(‘content_ifr‘).contentWindow.document.body.innerText = ‘admin‘"//contentWindow对firefox最新版本支持不好

        return self.dr.execute_script(js)


js = "document.getElementsByClassName(‘ke-edit-iframe‘)[0].contentDocument.body.innerText=‘admin‘"

js = "document.getElementById(‘content_ifr‘).contentDocument.write(‘admin‘);"   //write会在文本后面继续写,inner会直接覆盖当前文本




本文出自 “on_the_road” 博客,请务必保留此出处http://cqtesting.blog.51cto.com/8685091/1630295

weddriver处理富文本框

标签:selenium webdriver js

原文地址:http://cqtesting.blog.51cto.com/8685091/1630295

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!