51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1777|回复: 1
打印 上一主题 下一主题

[原创] selenium解决IE上文件上传过程

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2012-2-6 11:29:02 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
求解:用selenium怎么写上传文件过程?要在IE上跑的,firefox直接写路径就可以,IE不行,要怎么解决?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2012-2-7 09:50:57 | 只看该作者
回复 1# xiaozhi87097721

这个问题在《开源测试工具》版块中有体现,现在我引用一下云层的回复给你吧!

找到一个解决的方法,因为js不允许修改<input type="file">这类表单,所以最后的type是没法实现的,现在只有在Selenium RC模式下用*chrome模拟,而core模式要等他们修复bug了。

原文
can't seem to use Selenium Core to upload a file; when I try to type in the file upload text field, nothing happens!

    Unfortunately, this is yet another JavaScript security restriction; JS is not allowed to modify the value of <input type="file"> form fields. You can work around this by running your tests under Selenium IDE or under Selenium RC running in the experimental "*chrome" mode for Firefox, but at present there is no way to do this on any other browser. This is filed as bug SEL-63, but there may be no way to fix it in Selenium Core.
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-16 00:28 , Processed in 0.069166 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表