I've modified 0.6 code to add in a conditional and unconditional goto and
gosub. (With a side effect of handling comments too I guess?) I'd like to
submit this as a starting point for discussion and possible inclusion in the
next release. Modifications take place in selenium-fitrun
// gosub only if verifyTitle failed
[...some tests...]
[:MyLabel] [] []
[...additional tests...]
[return] [] [] // returns to "...some tests..."
===
Alex Dvoretskiy wrote:
Yes, I am interested. Can you post it to this mailing list as
attachment?