I am having with an issue with a regular expression
storeLocation | CurrentUrl
storeEval | re=/https://[.\w-]+/[.\w-]*\//;re.exec(${CurrentUrl}) | jsHostName
it gives this error:
[error] Threw an exception: missing ) after argument list
Note: I am noticing that Selenium IDE puts in extra slashes after I move the cursor to the text box that contains all the IDE commands I have entered.
storeEval | re=/https://[.\\w-]+/[.\\w-]*\\//;re.exec(${CurrentUrl}) | jsHostName