As another approach InjectJS may work.
Set target selector to HTM tag as the following
<html title='Robot - Attended Vs Unattended Robots' /> <webctrl tag='HTML' />
Then use the following code
"function(e,v){
setTimeout(function() {
window.scrollTo(0,5000);
},0);
}"

Regards,