You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey pals, I am really confused about the new system regarding the handle download
The only thing I don't get and I'm not able to do, is retrieve the /file/path inside a variable.
I've followed Automa's docs guidelines
But wait, what? That's not working, am I missing something?
So here's what I did, I targeted my picture using an annoying HTML formula (to not rely on dynamical class), put that in selector in the save assets. It contains the src containing the picture url.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey pals, I am really confused about the new system regarding the handle download
The only thing I don't get and I'm not able to do, is retrieve the /file/path inside a variable.
I've followed Automa's docs guidelines
But wait, what? That's not working, am I missing something?
So here's what I did, I targeted my picture using an annoying HTML formula (to not rely on dynamical class), put that in selector in the save assets. It contains the src containing the picture url.
Here is it, just for the sake of my example :
div[role="figure"][aria-label^="Selected: Variation"] > div[tabindex="0"] > span > img
So, I saved items's download IDs, assigned to a variable, gave that variable to the Handle Download's 'File download ID'
And dang, got the error 'Download id is not a number', right, it's not, it is an array containing number
So, what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions