I encountered difficulties testing my GUI. I have a window with elements which I get with code using selenium xpaths or ids. There are a lot of them so the window is scrollable. The problem occurs when I try to get elements that are not visible in the window (the ones that we can only see when we scroll). All of these "under the scroll" elements are unable to be fetched.
Does anyone know how to get the hidden elements? I would be grateful for any help :)