@radb0310 Thank you for the answer, can you please elaborate more
i want to download a file also, but i can't find a way to choose a location for it. And also i can't grab the URL of the file from the website.
when i click on the button i have this message :
(File is downloading : BrowserautomationStudio is downloading file. You can wait for it and obtain file name with "Wait File Download" action.)
Help downloading an image
-
I am looking to download an image from this page, I could get the image url from here, but when I use the command download it just don't download, and in the HTTP sniffer It aways gives 403 error with

https://www.threadless.com/shop/@threadless/design/lord-of-the-wings/mens/t-shirt/premium?color=heavy_metal&variation=front#mI hope someone here will help or know the answer :) Thanks for helping me out.
-
Try this.
#pdp-image-container>figure>div>img>AT>1
If you look at the image element there are multiple size variations.
Probably the way you are getting the URL most likely gets all vacations at once which causes the the URL to be longer than the maximum length allowed in the browser and that is what is causing 403 Forbidden Error.
