51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1658|回复: 4
打印 上一主题 下一主题

rf上使用seminum2library库做自动化,对话框弹出按钮,无法选择确定求指导,谢谢!

[复制链接]
  • TA的每日心情
    开心
    2017-4-17 09:07
  • 签到天数: 3 天

    连续签到: 1 天

    [LV.2]测试排长

    跳转到指定楼层
    1#
    发表于 2017-4-17 09:06:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front umapDialog-no-close ui-dialog-buttons" style="display: block; top: 249px; left: 537px; height: auto; width: 350px;" tabindex="-1" role="dialog" aria-describedby="ui-id-1" aria-labelledby="ui-id-2">
    <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
    <span id="ui-id-2" class="ui-dialog-title">提示信息</span>
    <button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close" type="button" role="button" title="Close">
    </div>
    <div id="ui-id-1" class="ui-dialog-content ui-widget-content" style="display: block; width: auto; min-height: 0px; max-height: none; height: 95.2px;">
    <span class="glyphicon glyphicon-question-sign" style="float:left; margin:3px 7px 50px 0;"></span>
    是否确定删除该记录
    </div>
    <div class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix">
    <div class="ui-dialog-buttonset">
    <button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button">
    <span class="ui-button-text">确定</span>
    </button>
    <button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button">
    <span class="ui-button-text">取消</span>
    </button>
    </div>
    </div>
    </div>
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2017-8-14 12:25
  • 签到天数: 66 天

    连续签到: 1 天

    [LV.6]测试旅长

    2#
    发表于 2017-4-17 14:16:01 | 只看该作者
    对于弹框的按钮,robot framework 可以使用 select window 关键字

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 积极回复获得测试积点10 赶快去商城换取奖.

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-4-17 09:07
  • 签到天数: 3 天

    连续签到: 1 天

    [LV.2]测试排长

    3#
     楼主| 发表于 2017-4-17 14:51:57 | 只看该作者
    一抹红尘 发表于 2017-4-17 14:16
    对于弹框的按钮,robot framework 可以使用 select window 关键字

    用过的,不行呢
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-8-14 12:25
  • 签到天数: 66 天

    连续签到: 1 天

    [LV.6]测试旅长

    4#
    发表于 2017-4-18 09:00:33 | 只看该作者
    1.方法一:select frame name= 新建个案
    click element id =xxxx
    2.方法二:select window by handle ${}
    3.方法三:使用关键字choose OK on next confirmation

    方法很多,总有一种能解决问题,我们这里提供的是一种解决问题的思路
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-4-17 09:07
  • 签到天数: 3 天

    连续签到: 1 天

    [LV.2]测试排长

    5#
     楼主| 发表于 2017-4-18 10:53:53 | 只看该作者
    一抹红尘 发表于 2017-4-18 09:00
    1.方法一:select frame name= 新建个案
    click element id =xxxx
    2.方法二:select window by handle ${} ...

    谢谢您的解答,感谢。
    方法一:frame没有变,界面没有name
    方法二:select window by handle 这个我用过
    ,用法如下:@{b} get window handles
       select window by handle ${b[0]} 选择${b[0]}执行无报错,但是没有选择确定按钮,select window by handle ${b[1]} ,又报错
    Start / End / Elapsed:         20170418 11:05:14.328 / 20170418 11:05:14.328 / 00:00:00.000
    11:05:14.328         FAIL         Resolving variable '${b[1]}' failed: IndexError: list index out of range
    3.方法三:使用关键字choose OK on next confirmation ,我实验过不行,这个是alter窗口吧,
    StaleElementReferenceException: Message: Element is no longer attached to the DOM
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-17 12:29 , Processed in 0.064598 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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