Hi!
Im trying to use the “storeImage” result as a variable in other command as e.g “type”, but can’t find a solution.
I don’t want to download it, only use the result stored in the “Screenshots” tab in the same macro/flow.
Any help will be really appreciated.
Hi, what exactly do you want to do? Do you want to access a screenshot in the macro? For what purpose?
Hi,
I storing a graph with the storeimage command, and trying to put the image in a email text right in the next command.
e.g:
{
"Command": "type",
"Target": "xpath=//div[2]/div[2]/div/div/div/input",
"Value": "Customer Data Center - Protocol ${graphvar.png}",
"Targets": [
"id=TextField3781",
"xpath=//*[@id=\"TextField3781\"]",
"xpath=//input[@id='TextField3781']",
"xpath=//div[2]/div[2]/div/div/div/input",
"css=#TextField3781"
],
"Description": ""
},