Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find the number of clicks on particulat link
#4
Solved: 11 Years, 3 Months, 2 Weeks ago
Hope this will help you
Code:
Dim nClkCnt
nClkCnt = 0

Browser("Browser").Page("Page").Link("Link1").Click

nClkCnt = nClkCnt + 1

nRem = nClkCnt mod 2
If  nRem = 0 Then
    msgbox "Click count is Even- displayed in descending order"
else
    msgbox "Click count is Odd -displayed in ascending order"
End If

Reply


Messages In This Thread
RE: How to find the number of clicks on particulat link - by Saket - 07-30-2009, 05:02 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)