So I have page that looks like this :
What the flow is going to do, if every row there that has the (Upgrade) link, it's going to click the checkbox on the left side, and then there is an Upgrade button on top to click, no problem. This is what that part of the flow looks like :
And this is the input checkbox :
My problem is it works 100% fine on the visible ones, but it does not actually focus on the ones you can't see. It scrolls down, but not enough. It appears it's trying to click through the white div where the pagination is, but of course it can't. You can see I have a disabled javascript scroll that I could not get to work at all, it looks like this :
But that is likely very wrong as it's not working. I wish the Focus step worked or you could make minor changes, but you can't? Is there any way for me to easily fix this, it's holding me up. Thanks!