12-03-2009, 10:09 AM
Hi,
I used an IF condition on an object,if it appear on the screen. But the IF condition is getting executed even though the object is not visible.
I tried the following stmnts:
1.2. - returned True even though it is not visible.
Please let me know if anyone has a solution.
Thanks
Chandra
I used an IF condition on an object,if it appear on the screen. But the IF condition is getting executed even though the object is not visible.
I tried the following stmnts:
1.
Code:
Browser().Page().Frame().WebButton().exist(1)
Code:
Browser().Page().Frame().WebButton().getroproperty("visible")
Please let me know if anyone has a solution.
Thanks
Chandra