'Selenium IDE Chrome extension
I am new to the Selenium IDE Chrome extension and trying to verify (not check, but VERIFY!) that variable a is less than variable b. My current solution:
if a < b: { result=PASSED } else { result=FAIL } assert: ${result} PASSED
When running the log says looking for ${result}.
Thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
