Selenium IDE - Passing a URL string variable into a conditional 'gotoIf' statement throws a Syntax e
- by user318568
I am trying to store the current url (http://example.com)in a variable and compare it with another string as a condition in the gotoIf command (part of the gotoIf extension.js):
storeLocation || url
gotoIf || ${url}=="http://example.com" || label
When I run this seleniun ide throws this error:
[error] Unexpected Exception: message…