51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

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

[原创] GetToProperties-获取用于标识对象的属性集;对于这个集合,有哪些属性方法呢?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2008-11-6 18:21:24 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
GetToProperties-获取用于标识对象的属性集;对于这个集合,除了count外,还有哪些属性方法呢?我找到的都是“有count等属性方法”,谁能具体说说有哪些吗?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2008-11-7 10:56:45 | 只看该作者
帮助文档自己看!
回复 支持 反对

使用道具 举报

  • TA的每日心情
    难过
    2015-4-23 14:35
  • 签到天数: 3 天

    连续签到: 1 天

    [LV.2]测试排长

    3#
    发表于 2008-11-10 09:32:57 | 只看该作者
    看下這個example ,就明白了
    Sub GetTOProperties_Example()
    'The following example uses the GetTOProperties method to return a
    'Property collection containing the test object description
    '(properties and values) for the All kind of Link object.
    'It then displays the property name and value of each property in
    'the returned collection.

    Set LinkObject = Browser("Index").Page("index").Link("All kind of")
    Set Props = LinkObject.GetTOProperties
    PropsCount = Props.Count
    For i = 0 To PropsCount - 1
        PropName = Props(i).Name
        PropValue = Props(i).Value
        MsgBox PropName & " = " & PropValue
    Next


    End Sub
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
    发表于 2008-11-10 10:57:34 | 只看该作者
    不同的对象有不同的属性集,可以用Spy工具看一下。
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-9-25 07:26 , Processed in 0.076171 second(s), 27 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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