You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all, thanks a lot for the implementation of the Feature Request #35 :-)
Then, the find keyword definition doesn't work when the keyword is in a For loop : : FOR ${INDEX} IN RANGE 1 10
\ @{status} Run Keyword And Ignore Error my_keyword
And, it also doesn't work if the keyword is after an ELSE : Run Keyword If condition my_keyword_0
... ELSE my_keyword_1
Could you please add those feature ?
Best regards
Pierre-Yves P.
The text was updated successfully, but these errors were encountered:
Hello,
First of all, thanks a lot for the implementation of the Feature Request #35 :-)
Then, the find keyword definition doesn't work when the keyword is in a For loop :
: FOR ${INDEX} IN RANGE 1 10
\ @{status} Run Keyword And Ignore Error my_keyword
And, it also doesn't work if the keyword is after an ELSE :
Run Keyword If condition my_keyword_0
... ELSE my_keyword_1
Could you please add those feature ?
Best regards
Pierre-Yves P.
The text was updated successfully, but these errors were encountered: