10-11-2012, 10:18 AM
Hi ,
you need to use your own logic for avoiding 'space' web elements.
like :
Here for 'i' loop u have to use the child Item count or need to store the properties of the 'web element' in an array and then using descriptive programming u can use them.
Thanks,
Harish
you need to use your own logic for avoiding 'space' web elements.
like :
Code:
for i = 1 to 6
if browser().page().webelement("space").exist then
next
end if
browser().page().webelement("property").click
next
Here for 'i' loop u have to use the child Item count or need to store the properties of the 'web element' in an array and then using descriptive programming u can use them.
Thanks,
Harish