URL is only used to “fint the tab” in case you have multiple tab’s open.
If you need to open a url, you need to use “open url” activity
open url allows you to use a variable
and to answer your question, you can use {{variablename}} inside a selector to dynamicly add a variable, but then highlight will stop working.
The following errors were encountered while processing the workflow tree:
‘DynamicActivity’: The private implementation of activity ‘1: DynamicActivity’ has the following validation error: Compiler error(s) encountered processing expression “”[
{
“Selector”: “NM”,
“browser”: “chrome”,
“frame”: “”,
“url”: {{SearchURL}}
},
{
“xpath”: “//input[@id="QuickSearch"]”
}
]“”.
String constants must end with a double quote.