- dainovaActive particpant
- Posts : 19
Join date : 2012-02-23
IDE: gotoIf, checking storedVars for range(list)
Fri Nov 09, 2012 8:07 am
Hi, is there any way to rerrange my code so I can write it more beutiful:
this works fine:
gotoIF | storeVars['x'] = 'JAN' | target2
but can i use something like below specifiying the array(list of elements):
gotoIF | storeVars['x'] = 'JAN', 'MAR', 'APR' | target2 //it doesn't work for me
I can with this though (||= or, &&=and):
gotoIF | storeVars['x'] = 'JAN' || storeVars['x'] = 'MAR' storeVars['x'] = 'APR' | target2
Or maybe there is any way to implement new ALIST = ARRAY(JAN, MAR, APR) ? I'm not sure how extensive js inside SE/IDE.
tX
Dai
this works fine:
gotoIF | storeVars['x'] = 'JAN' | target2
but can i use something like below specifiying the array(list of elements):
gotoIF | storeVars['x'] = 'JAN', 'MAR', 'APR' | target2 //it doesn't work for me
I can with this though (||= or, &&=and):
gotoIF | storeVars['x'] = 'JAN' || storeVars['x'] = 'MAR' storeVars['x'] = 'APR' | target2
Or maybe there is any way to implement new ALIST = ARRAY(JAN, MAR, APR) ? I'm not sure how extensive js inside SE/IDE.
tX
Dai
Re: IDE: gotoIf, checking storedVars for range(list)
Mon Nov 19, 2012 9:06 pm
hi,
Selenium support almost full javascript functionality which u can provided in selenium commands.
But make sure you code is free of error and gives the result u want.
Suggestion: write your javascript code separetly. execute it and then paste it into selenium commands after ensuring working like a charm
Selenium support almost full javascript functionality which u can provided in selenium commands.
But make sure you code is free of error and gives the result u want.
Suggestion: write your javascript code separetly. execute it and then paste it into selenium commands after ensuring working like a charm
Permissions in this forum:
You cannot reply to topics in this forum