How to revert / undo "Display Image"

Dear All,

hope this is a quickie - search (forum/web) does not help here.

During execution of the bot I mimic a progress bar by showing different images at the same position of the screen. Given that these are a meaningful amount I question myself how to remove a displayed image before showing the next one.

I haven’t spotted any activity to undo such “display image” activitiy. Hope someone can help.

Many thanks
BB

@BB76

Do you mean image diasappear?

Cheers

Hi @Anil_G,

no I want to actively remove the displayed image again (not time based which could be parametrized in the display activity already, but based on certain activities to be performed in the meanwhile)

Many thanks
Björn

@BB76

when you mean display you meant to open an image

if this then close is also any option

or

you are trying to simulate a load on website using your own code?

if this then use JavaScript to display only one image and change in a loop

cheers

the flow is the following

“LoadImage” Activity #1 >>
“DisplayImage” Activity #1 >>
Do Some Other Acitivies >>
[remove “DisplyImage” #1] >>
“LoadImage” Activity #2 >>
“DisplayImage” Activity #2 >>
Do Some Other Acitivies >>
etc

I am missing the following part: [remove “DisplyImage” #1]
Just assigning a “Nothing” to the Image Variable used in “DisplayImage” #1 does not work.

Many thanks for your help here
BR
BB

@BB76

If you replace the same variable with image two and pass it then it would ideally get replaced with the new image and old would be gone

cheers

Thanks for your support - i finally found a solution for this: