Clipboard content causes variable name error

Hi,
new to ui.vision. so far the learning curve seems steep but doable :wink:

got one problem i hope you can help me with:

when running my script i get an error (log-tab) saying:

[error] Line 7: Invalid variable name ‘rrower-Auto" src="data:image/jpg;base64,iVBORw0KGgo’. A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )

Line 7 contains code

{
“Command”: “storeText”,
“Target”: “xpath=//div[3]/div[7]/div[2]/div”,
“Value”: “vName”,
“Description”: “”
},

So the variable used should be vName while the error message complains about the current clipboard content.

Works as along as i remember to clear the clipboard before running the macro but is still annoying.

TIA for help

regards

glenfyddych

edith says: using chrome browser extension 6.3.3

Maybe the line number in the error message is wrong?

rrower-Auto is not a valid variable name because it has “-” inside. Instead try e. g. trrrower_Auto

Hi
it has been a week, sorry for that.

i don’t know if i solved it or if it just went away, but atm that problem does not occur anymore.

Thanks for answering.

Regards