Katalon Recorder Unable to Scroll Down Via Sendkeys or Javascript

I’ve seen the strangest thing with Katalon Recorder, which has to be a bug.

I’m trying to use sendkeys to send a pagedown key if it verifies the element isn’t visible. This worked one time, and then it has never worked again ever, no matter what I do.

I’ve even started a new project, and just tried to send the key page down to chrome, but it doesn’t work. I’ve seen a few people complain about sendkey’s not working with recorder and there doesn’t seem to be a solution.

Is there any way to scroll down on command via javascript? All the solutions I’ve tried don’t work, no matter what I do, katalon recorder will not scroll a chrome window in any direction.

I also read in these forums that locator was no longer necessary when using sendkey but if i leave the locator blank it will “wait for element to be found” and then timeout and stop the script.