[Selenium-devel] Added conditional and unconditional goto and gosub/return.

2005-10-01 Thread selenium
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

Re: [Selenium-devel] Added conditional and unconditional goto and gosub/return.

2005-10-05 Thread selenium
// 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?