.getProperty("style")
输出TestObject(Ref:RemoteProxyReference{testContext:af4e390002a336, objectId:3171, testObjectClass:TestObject})
whileto[0].getProperties()
输出显示关键“样式”的文本哈希{... , style=DISPLAY: none, oncontrolselect=null Object, rowSpan=1, .....}
如何获得具有关键样式的属性的价值?
这是我的代码示例...
TestObject[] to=null;
RegularExpression findRegExp1 = new RegularExpression(find_arguments[1], false) ;
RootTestObject root = getRootTestObject();
to = root.find(atDescendant(find_arguments[0],findRegExp1),false);
System.out.println(to[0].getProperty("style"));
System.out.println( to[0].getProperties());
这两种方法都是标准的 RFT 方法。IBM Rational Functional Tester API 参考中的更多信息