'Image
Set Img=Browser("Login").Page("Login").Image("American English")
Set tImg=Img.GetTOProperties()
MsgBox typename(tImg)
icount=tImg.Count-1
For i=0 to icount
sName=tImg(i).Name
sValue=tImg(i).Value
Reporter.ReportEvent micPass,"Property:="&sName&"Value :="&sValue,""
Next
No comments:
Post a Comment
Please add value. Sharing is caring