' To find whether image contains ToolTip
Browser("flowers - Bing Images").Sync
Browser("flowers - Bing Images").Page("flowers - Bing Images").Sync
LogoToolTip=Browser("flowers - Bing Images").Page("flowers - Bing Images_2").Image("th?id=HN.608053385260500118&w=").GetROProperty("Alt")
If LogoToolTip ="" Then
print(" Tool tip not present")
else
print("ToolTip:"&" &LogoToolTip")
End If
OUTPUT________________________________________________
Browser("flowers - Bing Images").Sync
Browser("flowers - Bing Images").Page("flowers - Bing Images").Sync
LogoToolTip=Browser("flowers - Bing Images").Page("flowers - Bing Images_2").Image("th?id=HN.608053385260500118&w=").GetROProperty("Alt")
If LogoToolTip ="" Then
print(" Tool tip not present")
else
print("ToolTip:"&" &LogoToolTip")
End If
OUTPUT________________________________________________

No comments:
Post a Comment