But the previous action is getting the top value of a variable, for example
if(top > screenSize)
{
//press pageDown
// repeat last action in PM (Get Top Value Action)
}
I know i could get the top value in c#, but its going to take a long time to hardcode every single thing i want to click. Im looking for a better way.