51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1942|回复: 3
打印 上一主题 下一主题

求指导用selenium怎么上传图片,用.sendKeys(filename)的方法无效

[复制链接]
  • TA的每日心情
    慵懒
    2016-12-7 15:45
  • 签到天数: 2 天

    连续签到: 2 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2016-12-3 09:59:51 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
    1. <!DOCTYPE html>
    2. <html>

    3.     <head> … </head>
    4.     <body style="padding-right: 17px; overflow: hidden;">
    5.         <div id="content"> … </div>
    6.         <script src="/omp-web/resources/js/jquery.min.js"></script>
    7.         <script type="text/javascript"> … </script>
    8.         <script src="http://static.geetest.com/static/tools/gt.js"></script>
    9.         <script src="/omp-web/resources/js/verifycode.js"></script>
    10.         <script src="/omp-web/resources/js/common.js"></script>
    11.         <script src="/omp-web/resources/js/qrcode.js"></script>
    12.         <script src="/omp-web/resources/js/highcharts.js"></script>
    13.         <script src="/omp-web/resources/bundle/index/common.js"></script>
    14.         <script src="/omp-web/resources/bundle/index/index.js"></script>
    15.         <div class="verifyPop"> … </div>
    16.         <div>
    17.             <div data-reactroot="">
    18.                 <div class="ant-modal-mask"></div>
    19.                 <div class="ant-modal-wrap " tabindex="-1" role="dialog" aria-labelledby="rcDialogTitle0" style="">
    20.                     <div class="ant-modal form-modal" role="document" style="width: 640px; transform-origin: 765px 73px 0px;">
    21.                         <div class="ant-modal-content">
    22.                             <button class="ant-modal-close" aria-label="Close"> … </button>
    23.                             <div class="ant-modal-header"> … </div>
    24.                             <div class="ant-modal-body">
    25.                                 <form class="ant-form-horizontal common-component-form">
    26.                                     <div class="common-component-form-item-title"> … </div>
    27.                                     <div class="ant-form-item ant-form-item-with-help"> … </div>
    28.                                     <div class="ant-form-item ant-form-item-with-help">
    29.                                         <label class="ant-col-4" for="fengmian"> … </label>
    30.                                         <div class="ant-col-18">
    31.                                             <div class="ant-form-item-control ">
    32.                                                 <span class="">
    33.                                                     <div class="ant-upload-list ant-upload-list-picture-card"> … </div>
    34.                                                     <div class="ant-upload ant-upload-select ant-upload-select-picture-card">
    35.                                                         <span class="rc-upload" role="button" tabindex="0">
    36.                                                             <input type="file" accept="" style="display: none;"></input>
    37.                                                             <i class=" anticon anticon-plus"></i>
    38.                                                             <div class="ant-upload-text">

    39.                                                                 选择课程封面

    40.                                                             </div>
    41.                                                         </span>
    42.                                                     </div>
    43.                                                 </span>
    复制代码


    用xpath定位到了新增图片的元素driver.findElement(By.xpath("//div[3]/div/div[2]/div/div/div[2]/form/div[3]/div/div/span/div[2]/span/i"));在方法后面加上.sendKeys("C:\\Users\\Administrator\\Desktop\\baidu.jpg");没看到有上传图片的动作,程序也没报错,求大神指导
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-11-7 16:44
  • 签到天数: 290 天

    连续签到: 1 天

    [LV.8]测试军长

    4#
    发表于 2016-12-5 08:38:00 | 只看该作者

    上传的界面截个图,来看看~

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 积极回复获得测试积点10

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2016-12-7 15:45
  • 签到天数: 2 天

    连续签到: 2 天

    [LV.1]测试小兵

    3#
     楼主| 发表于 2016-12-3 11:04:43 | 只看该作者
    报的错误是
    1. Exception in thread "main" org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with
    2. Command duration or timeout: 30.01 seconds
    复制代码
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2016-12-7 15:45
  • 签到天数: 2 天

    连续签到: 2 天

    [LV.1]测试小兵

    2#
     楼主| 发表于 2016-12-3 10:56:01 | 只看该作者
    求大神指导,网上看到说要利用AutoIT工具来实现
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-17 15:26 , Processed in 0.067690 second(s), 24 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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