DidacticialsInstructionsLinksAbout Zenith |
whileExistsDescriptionExecute sub-instructions while at least one element specified by a selector exists SyntaxExampleThis will click on each number on the play area.
{
"debug":true, "do":[
{"whileExists":".number:visible:first",
],"do":[
{"goTo":".number:visible:first"}, ]{"click":"l"}, {"wait":500}, }, {"goTo":"#reset"}, {"click":"l"}, {"wait":1000}, }
Play Area
|
© 2009 the Zenith Team.