导航:首页 > 文件教程 > selenium2上传文件

selenium2上传文件

发布时间:2022-12-22 07:38:42

⑴ robot framework上传文件的文件路径

choose file

官方给定的解释如下:

Source:
Selenium2Library <test library>
Arguments:
[ locator | file_path ]
Inputs the `file_path` into file input field found by `identifier`.
This keyword is most often used to input files into upload forms. The
file specified with `file_path` must be available on the same host where
the Selenium Server is running.
Example:
Choose File my_upload_field /home/user/files/trades.csv

一开始以为进入到上传页面,点击浏览,再使用choose file,结果发现,这个函数包含了 点击浏览--选中文件 那么点击浏览就是多余的操作了

在该页面,就只需要执行choose 就可以将图片选中,执行的具体命令为:

choose file xpath=//div[@class='pd6 dot fcb']/span/input
C:\\Documents and Settings\\zhouxuan\\My Documents\\My
Pictures\\bug5.png

其中xpath为选中浏览图标的路径,而 C:\\Documents and Settings\\zhouxuan\\My Documents\\My Pictures\\bug5.png(此处的\\为转义用,当只用\时会出现错误)则为需要上传的图片的路径。

该操作执行完毕后,则会显示为:

图片已经顺利加载进来了,后续的操作就很简单了。

阅读全文

与selenium2上传文件相关的资料

热点内容
齐鲁高速app如何设置 浏览:542
文件的存储路径分为 浏览:889
win10鼠标滑轮失灵 浏览:201
word文档内超链接 浏览:264
苹果7plus光学变焦 浏览:329
ie11升级出错 浏览:311
win10xp局域网 浏览:615
花源app盈利模式 浏览:619
可以私信的app有哪些 浏览:86
flink用户点击行为数据怎么获取 浏览:761
js改变css中的内容 浏览:39
iphone取消共享 浏览:591
js浮框 浏览:816
日淘有哪些网站 浏览:698
英语书同步app有哪些 浏览:949
ipad用什么数据流量 浏览:480
win10设置连接投影 浏览:76
本地搭建安卓开发环境 浏览:142
如何将文件传到win10 浏览:530
ajax如何同时发送文件和参数 浏览:717

友情链接