how do i echo value onto log using selenium ide 2.4.0

4.8k Views Asked by At

I tried echo value is ${v1}

but then the value does not appear instead

echo value is

is render

can someone tell how can i achieve so

1

There are 1 best solutions below

0
On BEST ANSWER

Below code should work for you. Suppose you have stored amount 15 to variable X, then echo will return echo: 15

store | 15 | X
echo  | ${X} |