How can take screenshot for moving banner for my webpage to detect changes?

How can take screenshot for moving banner for my webpage to detect changes?

Hi Ana!

You can use wait time. For example in Java you can use the below code - Thread.sleep(4000);

It take first image without this sleep time and another with putting sleep time accordingly.