Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 502 by aish212: Need a statement which will work like 'break' for the for loop
http://code.google.com/p/robotframework/issues/detail?id=502

I have a scenario where in i am retriving the xpath for elements from a web
page and searching for one element on that page. Now the issue is a run
through a :FOR loop to navigate through each element.
The problem here is even if i find the element which i searching for, i
cannot exist the for loop and RIDE forces the execution till the :For
condition is met.

The complications and execution time gets worse when my XPATH count drives
my :for loop to run for 500+ iteration.

I just wished if there was some logic like "Break" statement which can exit
the for loop



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to