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

操作富文本框

时间:2019-10-25 13:39:39      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:获取   页面   ued   test   通过   details   frame   tps   富文本   

# 获取邮件正文编辑区域的iframe页面元素对象
iframe = self.driver.find_element_by_xpath(‘//iframe[contains(@id,"ueditor_0")]‘)


# 通过switch_to_frame()方法切换进富文本框中
self.driver.switch_to.frame(iframe)


# 从富文本框中切除,回到默认页面
self.driver.switch_to.default_content()
————————————————
版权声明:本文为CSDN博主「test_豆」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/doudou617/article/details/81318730

操作富文本框

标签:获取   页面   ued   test   通过   details   frame   tps   富文本   

原文地址:https://www.cnblogs.com/hd-test/p/11737275.html

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