Selenium IDE Extract a specific value of a variable

0

I have a variable that contains 32453532 , I want to extract the first value of that variable, in this case '3'

I use these commands but I can not get the value '3'

store text | ruta donde se encuentra el texto |  text

store value |  "${text}"split(" ")[0] | result

echo | ${result}
    
asked by Ricardo Azcurra 09.10.2018 в 02:11
source

0 answers