Set aaa=Description.Create
aaa("micclass").value="Frame"
set Collection=Browser("test").Page("test").ChildObjects(aaa)
For j=0 to Collection.Count-1
If (Collection(j).GetROProperty("title")="待办工作列表") Then
htmlid=Collection(j).GetROProperty("html id") '//满足条件的Frame的html id属性
End if
Next