Uipath scrolland minimize browser

If I minimize.my browser then the elements are captured
However if the browser page needs to be scrolled up then it fails
Why this behaviour?

Why would you expect to scroll in a page that’s minimized? It’s no longer the active window.
Why are you minimizing it?

@Ritaman_Baral,

Use Mouse Scroll activity and set the Input mode property to Chromium API. This works even if the element is not in focus.

Refer this documentation.

Thanks,
Ashok :slightly_smiling_face:

Hi @Ritaman_Baral

  1. Try to maximize the Window by using Maximize window option. Then use the Mouse scroll activity to scroll the page.
    [Or]
  2. With out maximizing window, use Mouse scroll activity and indicate the element till where you want to scroll. Then it will scroll only that page untill the element appears.

Hope it helps!!