Hi All,

I am trying to select a value from calendar image. The value is 
highlighted, however the click event is not happening and the pop up window 
is not closing.Anu suggestions please.

Dim StartDay
StartDay = Day(Date)
Cal_img = Browser("").Page("").Image("Calendar_icon").Exist(1)
If Cal_img Then
Browser("").Page("").Image("Calendar_icon").Click - NOT HAPPENING
wait 5
Browser("").Page("").Link("text:="&StartDay, "index:=1").Click
Call WritePassLog (LogFile, "")
Else
Call WriteFailLog (LogFile, "")
End If

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to