Save image as button Disabled

Hi,

I create a bot for web scraping. I need to save the images in a folder.
So my process is as follows:

  1. Click Right Click
  2. Click Save Image as
  3. Select Folder
  4. Click Save

I need to download around 50 images.
My process work perfectly. However at around 25-30 images, when the bot right click, the “Save image as” becomes disabled.

Can someone explain why please and what can be done?

Thanks!

image

URL to scrape: https://eu.gymshark.com/products/gymshark-apex-contrast-seamless-t-shirt-black

Are you sure that the source website does not have any limits on pulling image files down? Is it always 30?

1 Like

Hi, @AndyMenon

Not always 30 but around that number.
How would I know if it has some limits to download pictures?
Thanks!

Hi @Yudhisteer_Chintaram1 ,

Is this same happening when you are downloading around 30 images manually?
Have you tried to refresh the page when the button is disabled, and repeat same activity for that image.

Robot20_Web_Scraping.zip (299.6 KB)

Well, I didn’t check it manually. sometimes it is at ariund 44-45 and it stops or breaks.
You can test it using the xaml file here.

thanks for sharing, let me check

1 Like

Hi @Yudhisteer_Chintaram1 ,

Check now it’s working.
I have just added retry step, so when bot right click and it failed to select save button due to disabled feature then bot retry again and it found at that time.

Robot20_Web_Scraping.zip (842.1 KB)

1 Like

Thanks man!
I am runnning it. I will let you know in a moment!

@Yudhisteer_Chintaram1 Good to hear that.
Hey If it is resolved, can you please mark it as resolved.

Thanks.

Unfortunately, there are times when the “Save image as” is disabled. Then the robot breaks.

Can I do anything?

Just repeat the step of right click in that case.
Repeating right click is enabling save button

The error is like that :

We cannot press on “Save image as”.

like that?

Not like that, place retry for Right click not for click.

1 Like

Like that?

image

1 Like

yes, try now.