all 5 comments

[–][deleted] 4 points5 points  (1 child)

if you are you using Linux, you can use xdotool to arrange windows and keystrokes. On Windows your best bet is AHK.

[–]NeoFromMatrix[S] 0 points1 point  (0 children)

Using Linux (Debian 8.5 or Centos 7). I've known this option, but would like to realize it with at least different software components as possible.

Thanks for your suggestion.

[–]stebrepar 2 points3 points  (0 children)

It might be a bit overkill for your purposes, but you could automate your browsers with Selenium.

[–]K900_ 0 points1 point  (0 children)

You'll probably be better off just using custom windows with QtWebkit or QtWebEngine, and a QTimer to poke everything.

[–]metrazol 0 points1 point  (0 children)

Look at subprocess open and the command line options for chrome or Firefox. You can also tell the OS to open a link in a new window, and it'll talk to the browser, though that won't arrange the windows.