单击下拉列表,然后使用HP UFT选择第二个选项

时间:2014-07-29 09:40:24

标签: drop-down-menu automation hp-uft

我想点击下拉菜单并使用HP UFT从中选择第二个选项。那我怎么能这样做呢。

以下是我想要使用此链接的链接

https://plus.google.com/communities/104621551449192390268

点击"分享新内容......"并会出现一个方框。 请参阅随附的屏幕截图

enter image description here

提前谢谢

1 个答案:

答案 0 :(得分:1)

最佳选择是使用方法选择

objectSelectBox.Select "value from list"

但是如果你需要证明你可以打开选择框那么使用:

ObjectSelectBox.drag Drag , micNoCoordinate, micNoCoordinate, micCtrl
ObjectSelectBox.drop
ObjectSelectBox中的

- 窥探你自己的对象