02-24-2011, 04:29 PM
Hi all,
I check the object "btnNo" button existing by the code as:
Sometimes rc = True and sometime rc = False, although this page loaded before 60s.
I can not understand this point. So can anybody help me on that?
Many thanks,
linhke
I check the object "btnNo" button existing by the code as:
Code:
rc = Browser("EmailReport").Page("Report").WebButton("btnNo").Exist(60)
or
rc = Browser("EmailReport").Page("Report").WebButton("btnNo").WaitProperty("disabled", 0, 60000)
Sometimes rc = True and sometime rc = False, although this page loaded before 60s.
I can not understand this point. So can anybody help me on that?
Many thanks,
linhke