Assert variable value

Hello,
how can I do assertions on variable values?
assert | ${kpi} | 123
This is not working since the ${kpi} variable is evaluated first and then expected as a locator.
One option I see is to use if_v2 with throwError, but is there some easier way?
Thanks.

This is what I use, too.

Good point, currently we do not have Assert and Verify. But I added this to our todo list.

1 Like

Assert is now in V6.2.2: Selenium IDE Commands 2021 - Overview and Tutorials