Forum Discussion
3 Replies
- murugans1011Regular Contributor<p>if Object.Exist then
Object.Click
Else
'do something
Log.Error "Object Not available
End if </P> - pranavswaroop_gContributorHi Murugan,
Thanks for the Reply. This is the logic currently we are using i.e fist checking the object existence & Clicking on it. My question is Even the object exists & unable to click that object successfully due to other reason.. (Normally we get in the TC logs whether it is clicked successfully or not) . Can I capture that info..?? - murugans1011Regular Contributoris that object is visible in onscreen? wat error do u get when u perform click operation on the object?