x11 - How to reach end of page with xdotool, how to page up and down -
how can command window go end of page xdotool?
"key end" seems send , end keystroke, nil happens: xdotool selectwindow key end
"click 5" scrolls down, how know if page has reached end?
also, pageup , pagedown keys doesn't seem accepted.
run on ubuntu 12.04
you can simple test it. open browser. scroll top of page. run code in terminal. switch browser. after 4 seconds xdotool emulate end key
sleep 4 && xdotool key end
x11 xdotool
No comments:
Post a Comment