How take Multiple screenshots

  1. One web site take screenshot
  2. Save it into word file
  3. Scroll Down
  4. Take Screenshot
  5. Save it into word file

Similar process for 20 times?
Please help me.

Can you provide the Sample,
Like How Much Scroll you need or like specific element you want to screenshoot

20 screenshot means 20 times scroll.

@Harish_Ghadage

Your process would be like this

  1. Use application /browser and provide the website to open
  2. Inside that use for loop with enumerable.Range(0,20)
  3. Inside loop use take screenshot
  4. After that save the image to word using add image activity(use word scope activity to open word)
  5. Next use a mouse scroll with distance and give 1 and check if it is scrolling fullpage else try with other number

Hope this helps

Cheers

1 Like

In case you need full page screenshots, here are some options for that: How to take screen shot from top to bottom of a web page? - #4 by efelantti

Thank you Anil😁. Its working. Thank a lot.

1 Like

@Harish_Ghadage

Glad it helped

Happy Automation

If resolved please mark solution and close ghe topic else happy to help

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.