Selenium IDE: assert value of variable
When you want to assert that a variable has a specific value, you can use assert.

Note
1. that you return the value in the execute script part
2. !! that you don’t add the curly braces in the assert value.
When you want to assert that a variable has a specific value, you can use assert.

Note
1. that you return the value in the execute script part
2. !! that you don’t add the curly braces in the assert value.