Downloaded screenshots are empty except the first one

Hi everyone!
I’m trying to download screenshots of a table with tab panes, each tab with a new screenshot.
In order to do that, I open the corresponding web page, use the command “storeImage” with the table id as target, click on the next tab, use the same command “storeImage” with the same id for the table, and go on until the end.

Unfortunately, the macro seems to work and all the images appear in my destination folder but they’re all empty except the first one.

Do you know how I could solve that issue? Thanks a lot!
Florentin


MacOS Mojave 10.14
Google Chrome: Version 78.0.3904.70 (64-bit)
FileAccess XModule: v1.0.12
UI.Vision Kantu 5.2.3

storeImage takes a screenshot of the element. So did you make sure that your Mac is not locked?

If that is not the reason:

Do you have a link to the website?

(Just a guess: Maybe try a “Refresh” between each storeImage. but that is really only a guess)

Thanks for your answer.
Yes it wasn’t locked. I can’t give you the link because it’s a private website, sorry.
I had already tried “refresh” but it’s not working either.

Is it because my table id has to be different if I use storeImage multiple times?