selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

WIP: Eliminate gotos when migrating

Open corevo opened this issue 6 years ago • 3 comments

The plan is to not support the likes of goto in the IDE, rather introduce better alternatives like if and while, in order to do that we adding conversion of the old flow to the new one.

Convert unstructured control flow (e.g. goto gotoIf) to structured one.
Before merging will require the IDE to support

  • if
  • while
  • do
  • break

corevo avatar Apr 03 '18 12:04 corevo

Need any examples of Legacy scripts with Goto's in them? Happy to help!

mr-twistyneck avatar Sep 11 '18 21:09 mr-twistyneck

@mr-twistyneck that would be lovely

corevo avatar Nov 25 '18 12:11 corevo

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 23 '19 17:11 CLAassistant